Project

General

Profile

Defect #32737 » gantt.rb.patch

Pavel Rosický, 2020-03-31 18:25

View differences:

gantt.rb (working copy)
151 151
      def issues
152 152
        @issues ||= @query.issues(
153 153
          :include => [:assigned_to, :tracker, :priority, :category, :fixed_version],
154
          :order => "#{Project.table_name}.lft ASC, #{Issue.table_name}.id ASC",
154
          :order => ["#{Project.table_name}.lft ASC", "#{Issue.table_name}.id ASC"],
155 155
          :limit => @max_rows
156 156
        )
157 157
      end
(4-4/4)