Vote #77656
完了Wrong CSS classes in subtasks tree
0%
説明
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}"
journals
Confirmed the problem.
Here is a patch file made from Vasil Kovalevsky's post: attachment:fix-23391.diff
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,21474,Adding issue css classes to subtasks and relations tr