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:
Breaking change?:
Requires Documentation?:
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 about 1 year 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
Updated by liaham about 1 year ago
- Target version changed from 3.1.0 to unplanned
Updated by liaham about 1 year ago
- Project changed from 20 to Redmine Colored Enumeration
- Target version changed from unplanned to unplanned
Actions