Actions
Patch #21776
closedAdd status, assigned_to and done_ratio classes to issue subtasks
Start date:
Due date:
% Done:
0%
Estimated time:
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
Related issues
Updated by Marius BĂLTEANU almost 9 years ago
Updated by Go MAEDA almost 9 years ago
- 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.
Updated by Go MAEDA almost 9 years ago
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
Updated by Go MAEDA almost 8 years ago
- Has duplicate Feature #5193: Show percentage values of subtasks in parent task overview added
Actions