Summary: | Can the display order be applied incrementally for item groups | ||
---|---|---|---|
Product: | Koha | Reporter: | Kelly McElligott <kelly> |
Component: | Cataloging | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | hebah, lucas, m.de.rooy, mnero |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Kelly McElligott
2022-08-24 15:30:03 UTC
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. |