summaryrefslogtreecommitdiffstats
path: root/app/controllers/timelog_controller.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-12 18:13:20 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-12 18:13:20 +0000
commit2a721fff4cec3d1e14c924566d0d1334152a3393 (patch)
tree666f8780bbcdc16c63c7da4d0ddb9fd0f3308d7c /app/controllers/timelog_controller.rb
parentffea3d5ba3cea6a5f6b1d500ae5417fe158a4546 (diff)
downloadredmine-2a721fff4cec3d1e14c924566d0d1334152a3393.tar.gz
redmine-2a721fff4cec3d1e14c924566d0d1334152a3393.zip
Set default configuration for the timelog list (#26356).
git-svn-id: http://svn.redmine.org/redmine/trunk@16814 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/timelog_controller.rb')
-rw-r--r--app/controllers/timelog_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/timelog_controller.rb b/app/controllers/timelog_controller.rb
index b45d3078f..6bd7ab387 100644
--- a/app/controllers/timelog_controller.rb
+++ b/app/controllers/timelog_controller.rb
@@ -272,6 +272,6 @@ private
end
def retrieve_time_entry_query
- retrieve_query(TimeEntryQuery, false)
+ retrieve_query(TimeEntryQuery, false, :defaults => Setting.time_entry_list_defaults.symbolize_keys)
end
end