Ticket #4982 (closed defect: duplicate)
Opened 5 years ago
Last modified 4 years ago
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: | |||
| Release Notes: | |||
| API Changes: | |||
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:1 follow-up: ↓ 2 Changed 5 years ago by mgood
comment:2 in reply to: ↑ 1 Changed 5 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 5 years ago by cboos
- Keywords enum priority added
- Milestone set to 0.11
- Type changed from enhancement to defect
#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 5 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
comment:5 Changed 4 years ago by osimons
- Component changed from trac-admin to ticket system
- Milestone 0.11.1 deleted
- Resolution set to duplicate
- Status changed from new to closed



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.