Opened 18 years ago
Closed 17 years ago
#4982 closed defect (duplicate)
changes to the enum values for priorities causes issues
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | enum priority |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Change History (5)
follow-up: 2 comment:1 by , 18 years ago
comment:2 by , 18 years ago
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 by , 18 years ago
Keywords: | enum priority added |
---|---|
Milestone: | → 0.11 |
Type: | enhancement → 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 by , 18 years ago
Summary: | I wanna change the values of enum from trac-admin → changes to the enum values for priorities causes issues |
---|
comment:5 by , 17 years ago
Component: | trac-admin → ticket system |
---|---|
Milestone: | 0.11.1 |
Resolution: | → duplicate |
Status: | new → 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.