Having the update button at the bottom of the holds page (request.pl) is a nuisance, especially on records that have hundreds of holds. This button needs to be pinned at the top of the page, similar to the save button when editing a patron record.
+1
Created attachment 106405 [details] [review] Bug 25827: Add floating toolbar to the holds summary page in staff interface This patch adds a floating toolbar to the holds summar page in the staff interface. To test, apply the patch and view the holds page for a title with multiple holds on it. Test that when you scroll down past the position of the "Update hold(s)" button, the toolbar "sticks" to the top of the screen. Test that holds are updated correctly after clicking the "Update hold(s)" button.
Tested on sandbox. Applied 25892 (which I signed off), then applied 25827. The button is moved to the top, but nothing is sticking. It updates as expected, otherwise.
Looks like it works in Firefox bug not Chrome.
(In reply to Owen Leonard from comment #4) > Looks like it works in Firefox bug not Chrome. I can confirm I did my test in Chrome.
Created attachment 106482 [details] [review] Bug 25827: Add floating toolbar to the holds summary page in staff interface This patch adds a floating toolbar to the holds summar page in the staff interface. To test, apply the patch and view the holds page for a title with multiple holds on it. Test that when you scroll down past the position of the "Update hold(s)" button, the toolbar "sticks" to the top of the screen. Test that holds are updated correctly after clicking the "Update hold(s)" button.
Created attachment 106489 [details] [review] Bug 25827: Add floating toolbar to the holds summary page in staff interface This patch adds a floating toolbar to the holds summar page in the staff interface. To test, apply the patch and view the holds page for a title with multiple holds on it. Test that when you scroll down past the position of the "Update hold(s)" button, the toolbar "sticks" to the top of the screen. Test that holds are updated correctly after clicking the "Update hold(s)" button. Signed-off-by: Emmi Takkinen <emmi.takkinen@outlook.com>
Tested on Firefox and Chrome. Works as expected.
Created attachment 106531 [details] [review] Bug 25827: Add floating toolbar to the holds summary page in staff interface This patch adds a floating toolbar to the holds summary page in the staff interface. To test, apply the patch and view the holds page for a title with multiple holds on it. Test that when you scroll down past the position of the "Update hold(s)" button, the toolbar "sticks" to the top of the screen. Test that holds are updated correctly after clicking the "Update hold(s)" button. Signed-off-by: Emmi Takkinen <emmi.takkinen@outlook.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 20.11, thanks to everybody involved!
not backporting enhancement to 20.05.x series