Defect #33381 ยป 33381.patch
| 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 |
) |