Opened 18 years ago
Closed 18 years ago
#3555 closed defect (duplicate)
Items in "Severity" and "Priority" are not "well ordered" after deletion/addition
Reported by: | Jack9 | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | admin/web | Version: | 0.9.6 |
Severity: | normal | Keywords: | Priority, Severity, Order |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Items in "Severity" and "Priority". Order management of items are not well ordered in cases of deletion/addition. When you delete an item that is ordered [ 1 ], you lose the ability to reorder anything to [ 1 ]. The top ordinal is effectively [ 2 ]. When adding a new item, the new item will become, [(highestorder+1)] rather than filling the order [ 1 ] slot.
Functionality should be:
When a delete occurs, reassign ordinals as per the current order from 1. Display page.
When an addition occurs, addition is assigned (highestorder+1), then reassign ordinals as per the current order from 1. Display to page.
Duplicate of #2876.