Ticket #2876 (closed defect: fixed)
WebAdmin: severity order selection field is invalid
| Reported by: | eblot | Owned by: | osimons |
|---|---|---|---|
| Priority: | low | Milestone: | 0.11 |
| Component: | admin/web | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: |
Description
In WebAdmin, when a severity item is deleted, the drop-down list of priority order is not reset.
For example:
- Initial severities { critical: 1, major: 2, normal: 3, minor: 4 }
- Action: delete severity "normal"
- Final severities { critical: 1, major: 2, minor: 4 }
-> order 3 is cannot be selected anymore.
Btw, I think a webadmin component should be added on p.e.c., as it is going to be part of the next Trac release.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


