Commit 15216523 by Nguyen Vo Huy Hoang

Add parent task to time entry report

parent f731ac94
......@@ -125,7 +125,10 @@ module Redmine
:label => :label_activity},
'issue' => {:sql => "#{TimeEntry.table_name}.issue_id",
:klass => Issue,
:label => :label_issue}
:label => :label_issue},
'parent_issue' => {:sql => "#{Issue.table_name}.parent_id",
:klass => Issue,
:label => :field_parent_issue}
}
# Add time entry custom fields
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment