##// END OF EJS Templates
Added 'estimated time' in the csv export of the issue list....
Jean-Philippe Lang -
r1152:3f4a8469ac6b
parent child
Show More
@@ -123,6 +123,7 module IssuesHelper
123 123 l(:field_start_date),
124 124 l(:field_due_date),
125 125 l(:field_done_ratio),
126 l(:field_estimated_hours),
126 127 l(:field_created_on),
127 128 l(:field_updated_on)
128 129 ]
@@ -146,6 +147,7 module IssuesHelper
146 147 format_date(issue.start_date),
147 148 format_date(issue.due_date),
148 149 issue.done_ratio,
150 issue.estimated_hours,
149 151 format_time(issue.created_on),
150 152 format_time(issue.updated_on)
151 153 ]
General Comments 0
You need to be logged in to leave comments. Login now