[Koha-bugs] [Bug 23501] Drag-and-drop hold reordering in the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 23 17:41:42 CEST 2019


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

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 92453
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92453&action=edit
Bug 23501: Drag-and-drop hold reordering in the staff client

This patch adds drag-and-drop priority reordering to the table of
existing holds on a title.

To test, apply the patch and regenerate the staff client CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

 - Log in to Koha as a user who has permission to modify holds priority
 - Test on a record that has multiple holds, including one which is
   waiting and one which is in transit.
 - Holds which can be re-ordered should have a "drag handle" styled
   table cell in the first column.
   - Your mouse should show the "move" cursor when you hover over it.
   - Clicking and dragging from this table cell should reorder the table
     rows.
   - The priority numbers should be automatically updated when you
     "drop" the row.
   - It should not be possible to move a hold which is waiting or in
     transit.
   - It should not be possible to move a hold before a waiting or in
     transit hold.
   - Toggle lowest priority on a hold. The row should become unsortable,
     and it should be impossible to sort a hold below that hold.

 - Test again as a user who doesn't have permission to modify holds
   priority.

-- 
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