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