https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41801 --- Comment #11 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 194988 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194988&action=edit Bug 41801: (QA follow-up) Add automated tests for FixPriority lowestPriority behaviour Cover the four scenarios identified during QA: - lowestPriority hold cannot be moved above non-lowestPriority holds (rank is clamped to just after the last non-lowest hold) - lowestPriority hold can be reordered within the lowest-priority group - when all holds are lowestPriority, movement is unconstrained - when no holds are lowestPriority, FixPriority works as before Holds are created with explicit priorities to avoid non-deterministic tie-breaking in ORDER BY when all new holds default to priority=1. -- You are receiving this mail because: You are watching all bug changes.