Vote #77114
完了Add status, assigned_to and done_ratio classes to issue subtasks
0%
説明
journals
--------------------------------------------------------------------------------
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:
<pre><code class="html">
<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>
</code></pre>
Setting target version to 3.3.0.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,5193,Show percentage values of subtasks in parent task overview