Actions
Feature #2365
openSupport colored enumeration on dashboards and my page
Start date:
Due date:
% Done:
0%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
Should be colored on my page and dashboards when the feature is enabled:
In case there will be problems on dashboards read how these issues are solved:
Files
Updated by liaham 7 months ago
Colors are not supported outside of IssuesController due to several reasons:
-
Reused issue templates on my page or dashboard won't have set js data-attribute with color information since it is supported by an IssueHelperPatch which again won't be used outside of the IssuesController.
-
javascript_include_tag will only be rendered for IssuesController loading colored_data_fields.js
-
other relevant hooks are also only loaded for IssuesController
Actions