Skip to content

Commit d4fceba

Browse files
committed
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
1 parent 63b71c9 commit d4fceba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/redmine/helpers/gantt.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def selected_column_content(options={})
152152
# Returns issues that will be rendered
153153
def issues
154154
@issues ||= @query.issues(
155-
:include => [:assigned_to, :tracker, :priority, :category, :fixed_version],
156155
:order => ["#{Project.table_name}.lft ASC", "#{Issue.table_name}.id ASC"],
157156
:limit => @max_rows
158157
)

0 commit comments

Comments
 (0)