Defect #32737 » gantt.rb.patch
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 |
- « Previous
- 1
- 2
- 3
- 4
- Next »