Project

General

Profile

Actions

Defect #23391

closed

Wrong CSS classes in subtasks tree

Added by Vasil Kovalevsky over 7 years ago. Updated over 7 years ago.

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

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

There was patch #21474
But there is mistake for "render_descendants_tree" method.
Now every child tr has class of current issue, but must has own

css = "issue issue-#{child.id} hascontextmenu #{issue.css_classes}" 

need to be
css = "issue issue-#{child.id} hascontextmenu #{child.css_classes}" 


Files

fix-23391.diff (769 Bytes) fix-23391.diff patch Go MAEDA, 2016-07-21 04:35

Related issues

Related to Redmine - Patch #21474: Adding issue css classes to subtasks and relations trClosedJean-Philippe Lang

Actions
Actions #1

Updated by Go MAEDA over 7 years ago

Confirmed the problem.
Here is a patch file made from Vasil Kovalevsky's post: fix-23391.diff

Actions #2

Updated by Jean-Philippe Lang over 7 years ago

  • Subject changed from wrong css in issue descendats tree to Wrong CSS classes in subtasks tree
  • Status changed from Confirmed to Resolved
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Committed, thanks.

Actions #3

Updated by Jean-Philippe Lang over 7 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Marius BÄ‚LTEANU over 5 years ago

  • Related to Patch #21474: Adding issue css classes to subtasks and relations tr added
Actions

Also available in: Atom PDF