mirror of
https://github.com/redmine/redmine.git
synced 2026-01-28 02:09:58 +01:00
Possible double includes in issue query in gantt helper (#33381).
Contributed by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@21028 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -152,7 +152,6 @@ module Redmine
|
||||
# Returns issues that will be rendered
|
||||
def issues
|
||||
@issues ||= @query.issues(
|
||||
:include => [:assigned_to, :tracker, :priority, :category, :fixed_version],
|
||||
:order => ["#{Project.table_name}.lft ASC", "#{Issue.table_name}.id ASC"],
|
||||
:limit => @max_rows
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user