Project

General

Profile

Actions

Patch #21776

closed

Add status, assigned_to and done_ratio classes to issue subtasks

Added by Marius BĂLTEANU about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Category:
UI
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

This patch is in addition to patch #21474 and adds:
  1. class status for status column
  2. class assigned_to for assignee column
  3. class done_ratio for done column

The purpose is the same, to help theme developers and have the classes consistent.


Files

add_missing_classes.patch (1.28 KB) add_missing_classes.patch Marius BĂLTEANU, 2016-01-21 01:00
add_missing_classes_v2.patch (1.1 KB) add_missing_classes_v2.patch patch for r15148 Go MAEDA, 2016-02-13 06:40

Related issues

Has duplicate Redmine - Feature #5193: Show percentage values of subtasks in parent task overviewClosed2010-03-25

Actions
Actions #2

Updated by Go MAEDA about 8 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.

Actions #4

Updated by Jean-Philippe Lang about 8 years ago

  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang

Committed, thanks.

Actions #5

Updated by Go MAEDA over 7 years ago

  • Has duplicate Feature #5193: Show percentage values of subtasks in parent task overview added
Actions

Also available in: Atom PDF