diff options
| author | cedricnjanga | 2017-07-31 17:32:18 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-07-31 17:44:01 +0200 |
| commit | 6291e883bc30ccdeaf37338febea9a640467f5d7 (patch) | |
| tree | ce43ea1290c0bcc44f971bebadbb0596c2b7eaa6 /app/controllers | |
| parent | a513676379ed3fe4c3b2ad01afbd1aba7316f47b (diff) | |
| download | chouette-core-6291e883bc30ccdeaf37338febea9a640467f5d7.tar.bz2 | |
Refs #4005 Period filters for time_table and referentials
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/time_tables_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb index 0054963c9..2ff7a2c3a 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -161,7 +161,6 @@ class TimeTablesController < ChouetteController private def ransack_periode scope return scope unless params[:q] - return scope unless params[:q]['end_date_lteq(1i)'].present? begin_range = flatten_date('start_date_gteq') end_range = flatten_date('end_date_lteq') |
