1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-30 04:09:38 +00:00

remove trailing white-space from app/models/time_entry_query.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@16545 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2017-04-25 17:44:08 +00:00
parent e45e29eb96
commit f2b891d912

View File

@ -107,7 +107,7 @@ class TimeEntryQuery < Query
def default_totalable_names
[:hours]
end
def default_sort_criteria
[['spent_on', 'desc']]
end