Actions
Defect #12057
closedCSS class about issue priority is possibly based on the enumeration ID field instead of position
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
In the issues list view, the CSS class that is set in each table row regarding the priority of the issue is based on the enumeration ID instead of its position.
Example of issue with "Immediate" priority:
<tr id="issue-706" class="hascontextmenu odd issue status-2 priority-7 created-by-me assigned-to-me">
priority-7 is wrong and should be one of priority-{1,2,3,4,5}.
Related issues
Updated by Etienne Massip about 12 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
See #11880.
Actions