When creating an item group, we can assign the display order. When assigning the display order, could Koha add the display order incrementally? If a library has Item Group A, Display order 1, Item Group B, Display order 2. When the library creates a new group, Koha will incrementally add display 3 automatically would be nice.
Incrementally, as in find the highest current display order for that particular record and increment by 1? Right now I can set this to any number. So I can have: Item Group A, Display Order 1 Item Group B, Display Order 44 In which case, if a Display Order is not explicitly set, the next one should be Display Order 45?
I would like to see it go +1 from the highest display order set. My initial thought was to take the number of item groups and add 1, but in a case where we've deleted some of the earlier issues of a periodical, the earliest item group remaining might start at display order 20 and go to 40. The number of item groups would be 21 and that would put the next display order at 22 in the middle of the existing ones.