https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23501
Maryse Simard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #92453|0 |1 is obsolete| | --- Comment #3 from Maryse Simard <[email protected]> --- Created attachment 92465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92465&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. Signed-off-by: Maryse Simard <[email protected]> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
