甘特图排序
This commit is contained in:
parent
fb2f1b3859
commit
6d6c268138
|
@ -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