Project

General

Profile

Defect #33381 ยป 33381.patch

Go MAEDA, 2020-06-22 08:14

View differences:

lib/redmine/helpers/gantt.rb
150 150
      # Returns issues that will be rendered
151 151
      def issues
152 152
        @issues ||= @query.issues(
153
          :include => [:assigned_to, :tracker, :priority, :category, :fixed_version],
154 153
          :order => ["#{Project.table_name}.lft ASC", "#{Issue.table_name}.id ASC"],
155 154
          :limit => @max_rows
156 155
        )
    (1-1/1)