aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-04-20 10:58:08 +0200
committerJohan Van Ryseghem2018-04-27 11:17:19 +0200
commit5efc3e3b6ffb0625c05d8b692740a715e2f00925 (patch)
tree6a97bd7eb0f5791f81b344f8de7a87cdd2d4b68b
parent8f706a24bf732b715d2ad8b25b635e08eaa3e705 (diff)
downloadchouette-core-5efc3e3b6ffb0625c05d8b692740a715e2f00925.tar.bz2
Refs #6572; Don't show Cleanup operations
-rw-r--r--app/models/referential.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/referential.rb b/app/models/referential.rb
index 225f51a09..933bc78e3 100644
--- a/app/models/referential.rb
+++ b/app/models/referential.rb
@@ -124,7 +124,7 @@ class Referential < ApplicationModel
@_models_with_checksum || []
end
- OPERATIONS = [Import::Netex, Import::Gtfs, CleanUp]
+ OPERATIONS = [Import::Netex, Import::Gtfs]
def last_operation
operations = []