@@ -187,6 +187,7 module IssuesHelper | |||
|
187 | 187 | l(:field_due_date), |
|
188 | 188 | l(:field_done_ratio), |
|
189 | 189 | l(:field_estimated_hours), |
|
190 | l(:field_parent_issue), | |
|
190 | 191 | l(:field_created_on), |
|
191 | 192 | l(:field_updated_on) |
|
192 | 193 | ] |
@@ -213,6 +214,7 module IssuesHelper | |||
|
213 | 214 | format_date(issue.due_date), |
|
214 | 215 | issue.done_ratio, |
|
215 | 216 | issue.estimated_hours.to_s.gsub('.', decimal_separator), |
|
217 | issue.parent_id, | |
|
216 | 218 | format_time(issue.created_on), |
|
217 | 219 | format_time(issue.updated_on) |
|
218 | 220 | ] |
General Comments 0
You need to be logged in to leave comments.
Login now