[Koha-bugs] [Bug 30270] Use numeric inputs instead of dropdowns for hold priority

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 10 17:15:33 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30270

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 131574
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131574&action=edit
Bug 30270: Use numeric inputs for holds priority

This patch removes the code to generate dropdowns for holds priority
and adjusts it to use numeric inputs

This does remove the option to set priority to 'del' and use 'Update holds'
button
to delete, however, we have a checkbox and 'Cancel selected' which perform the
same function
as well as a cancel button for each individual hold

This patch increases performance of the page by reducing the size of the page

To test:
1 - Place many holds on a record
2 - View the holds page and verify functionlity when using:
    HoldsSplitQueue
    HoldsSplitQueueNumbering
3 - Apply patch
4 - Confirm dropdowns are gone
5 - Confirm priorities correctly numbered virtually or actually according to
HoldsSplitQueueNumbering
6 - Confirm with all values of HoldsSplitQueue
7 - Confirm cancellation works using checkboxes or button
8 - Confirm hold priority buttons work as before

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list