Patch #11295
Add class-attributes to custom fields on issue show page
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Custom fields | |||
Target version: | - |
Description
On the issues show page custom fields are currently rendered without any id or class (I have yet to investigate how this is dealt with on other pages).
I would like to propose to add a class-attribute with a value like "custom-field-id-#" to the related tags in similar fashion as is already done for the default Redmine fields for issues on that page.
This feature should allow/facilitate to distinguish between custom fields when accessing them via CSS and JavaScript (e.g. for plugins to achieve custom styling, reporting or evaluation).
The attached patch makes a suggestion on how this could be implemented.
The patch was generated against redmine trunk at r9903.
History
#1
Updated by Ingo Linde over 6 years ago
- Status changed from New to Resolved
Has been added by now.
#2
Updated by Go MAEDA over 6 years ago
- Status changed from Resolved to Closed
The same feature was implemented in r12400 (Redmine 2.5.0).
Thanks for pointing it out.