#1909 closed defect (fixed)
Items in "Severity" and "Priority" list can't have their order changed
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | admin/console | Version: | 0.8.4 |
Severity: | normal | Keywords: | |
Cc: | boris@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The items listed in the ticket drop-down menu for Severity should be sorted in alphabetical order, but are not.
Attachments (0)
Change History (10)
comment:1 by , 19 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
trac-admin reports the order one way and within the web UI they are in a different order.
I attempted to remove them and then add them back in the order I wanted. trac-admin showed the order I desired, but the web UI was very different.
What is the ordering mechanism? Can a order value be assigned to the list?
comment:3 by , 19 years ago
Milestone: | → 0.9 |
---|
comment:4 by , 19 years ago
Cc: | added |
---|---|
Summary: | Items in "Severity" list not sorted → Items in "Severity" and "Priority" list can't have their order changed |
Same issue, except with priority as well. If you delete the "top" priority, and then add new ones, they are automatically the lowest priority. Need to be able to re-order/weight the text labels.
This is especially problematic if you add a new priotity called "super high priority"….it gets listed as the lowest priority in sort order.
comment:5 by , 19 years ago
This appears to already be implemented in the webadmin plugin, although it still needs added to trac-admin
comment:6 by , 19 years ago
So, any suggestions for how a trac-admin command to change the order for these fields would look?
comment:7 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
Possible approaches:
priority order [value1 [value2 [value3 ...]]]
This would require to list all the values in the order you want, which is a bit cumbersome.
priority order value [up|down]
This would move a specific value up or down in the order, thereby changing the value
column of two records.
comment:8 by , 19 years ago
Component: | ticket system → trac-admin |
---|---|
Status: | new → assigned |
No, they should be sorted in the order of importance, which they are.