Patches against version 0.1.6 » redmine_issues_group-columns.patch
| redmine_issues_group/app/views/issues/_subissues_list.rhtml 2009-11-05 23:41:06.000000000 -0500 | ||
|---|---|---|
| 28 | 28 |
<% |
| 29 | 29 |
query = Query.new(:name => "_") |
| 30 | 30 |
query.project = @project |
| 31 |
query.column_names = [:id, :subject, :status, :start_date, :due_date]
|
|
| 31 |
query.column_names = [:id, :subject, :assigned_to, :status, :start_date, :due_date, :done_ratio]
|
|
| 32 | 32 | |
| 33 | 33 |
if (query.respond_to? :sort_criteria) |
| 34 | 34 |
sort_init(query.sort_criteria.empty? ? [['id', 'desc']] : query.sort_criteria) |