From: Toshi MARUYAMA Date: Tue, 25 Apr 2017 17:44:08 +0000 (+0000) Subject: remove trailing white-space from app/models/time_entry_query.rb X-Git-Tag: 3.4.0~131 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f2b891d9122f1fc0a05ea1c8c4203b85fd1883c7;p=redmine.git 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 --- diff --git a/app/models/time_entry_query.rb b/app/models/time_entry_query.rb index 063074496..0502c4112 100644 --- a/app/models/time_entry_query.rb +++ b/app/models/time_entry_query.rb @@ -107,7 +107,7 @@ class TimeEntryQuery < Query def default_totalable_names [:hours] end - + def default_sort_criteria [['spent_on', 'desc']] end