Patch #21776
closed
Add status, assigned_to and done_ratio classes to issue subtasks
Added by Marius BĂLTEANU almost 9 years ago.
Updated over 8 years ago.
Description
This patch is in addition to patch
#21474 and adds:
- class status for status column
- class assigned_to for assignee column
- class done_ratio for done column
The purpose is the same, to help theme developers and have the classes consistent.
Files
- Target version set to 3.3.0
Updated the patch for the compatibility with trunk r15148.
"Related issues" already have these three classes (see the following). "Subtasks" should also have these classes for consistency.
source:trunk/app/views/issues/_relations.html.erb@15068#L19:
<td class="status"><%= other_issue.status.name %></td>
<td class="start_date"><%= format_date(other_issue.start_date) %></td>
<td class="due_date"><%= format_date(other_issue.due_date) %></td>
Setting target version to 3.3.0.
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Has duplicate Feature #5193: Show percentage values of subtasks in parent task overview added
Also available in: Atom
PDF