Ticket #4982 (closed defect: duplicate)
changes to the enum values for priorities causes issues
| Reported by: | mail@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | enum priority |
| Cc: |
Description
I added my custom priorities ,and removed default priorities. Then records on TracReports are not colorized because priority-values on enum-table are not in (1-5). And the values aren't able to change.
Attachments
Change History
comment:2 in reply to: ↑ 1 Changed 3 years ago by massat
Thanks. I have not used WebAdmin,I'll try it.
But,in my case, I couldn't adjust the order into the range from 1 to 5 with "priority order" command. Remaining priority values are 6,7,8,9,10. And I could adjust values just in range from 6 to 10. I think "priority order" command only can "replace".
regards.
comment:3 Changed 3 years ago by cboos
- Keywords enum priority added
- Type changed from enhancement to defect
- Milestone set to 0.11
#5081 marked as duplicate.
I change this to a defect, as we don't have the ability to reuse values 1-5.
comment:4 Changed 3 years ago by asmodai@…
- Summary changed from I wanna change the values of enum from trac-admin to changes to the enum values for priorities causes issues



Well, trac-admin could provide a way to do this directly, or maybe it needs to shift the remaining enum values when an earlier one is removed. Currently you can use WebAdmin to adjust the order, or use the "priority order" command to move them up or down.