Patch #3117 ยป add_comment_field_to_timelog_report.diff
| app/controllers/timelog_controller.rb (working copy) | ||
|---|---|---|
| 50 | 50 |
:label => :label_activity}, |
| 51 | 51 |
'issue' => {:sql => "#{TimeEntry.table_name}.issue_id",
|
| 52 | 52 |
:klass => Issue, |
| 53 |
:label => :label_issue} |
|
| 53 |
:label => :label_issue}, |
|
| 54 |
'comment' => {:sql => "#{TimeEntry.table_name}.comments",
|
|
| 55 |
:label => :label_comment} |
|
| 54 | 56 |
} |
| 55 | 57 |
|
| 56 | 58 |
# Add list and boolean custom fields as available criterias |