Vote #76990
完了Adding issue css classes to subtasks and relations tr
0%
説明
In every other part of the application issues have their CSS classes added to the tr element.
This patch adds them to the sub tasks and relations tables for issues#show.
It is useful for custom themes to be able to style them according to their status/tracker or for JavaScript plugins doing funky front end logic with them.
journals
Useful for theme developers. I tried the patch and works fine.
I suggest including this in Redmine 3.3.0.
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Hi,
This patch introduced a duplication of the 'issue' css tag because it is also provided by the *css_classes* method.
Can it be fixed ?
Thanks a lot.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Jérôme BATAILLE wrote:
> Hi,
>
> This patch introduced a duplication of the 'issue' css tag because it is also provided by the *css_classes* method.
> Can it be fixed ?
>
> Thanks a lot.
It was already fixed in #23391.
--------------------------------------------------------------------------------
related_issues
relates,Closed,23391,Wrong CSS classes in subtasks tree
duplicates,Closed,11302,Issue-Details: add additional classes to the list of related tickets and subtasks for better theme support