Merge branch 'dev_newproject' of https://git.trustie.net/jacknudt/trustieforge into dev_newproject
This commit is contained in:
commit
b6a58d9bea
|
@ -137,7 +137,7 @@ module Redmine
|
|||
def issues
|
||||
@issues ||= @query.issues(
|
||||
:include => [:assigned_to, :tracker, :priority, :category, :fixed_version],
|
||||
:order => "#{Project.table_name}.lft ASC, #{Issue.table_name}.id ASC",
|
||||
:order => "#{Issue.table_name}.updated_on DESC",
|
||||
:limit => @max_rows
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue