Sfoglia il codice sorgente

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
tags/3.4.0
Toshi MARUYAMA 7 anni fa
parent
commit
f2b891d912
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      app/models/time_entry_query.rb

+ 1
- 1
app/models/time_entry_query.rb Vedi File

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

Loading…
Annulla
Salva