mirror of
https://github.com/redmine/redmine.git
synced 2026-03-27 23:00:50 +01:00
Merged r19637 from trunk to 4.1-stable (#32737).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19639 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -151,7 +151,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 => ["#{Project.table_name}.lft ASC", "#{Issue.table_name}.id ASC"],
|
||||
:limit => @max_rows
|
||||
)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user