As described in Bug 26006 the jquery.checkboxes plugin is old and unmaintained. Its use should be replaced on the batch record delete page
Created attachment 108173 [details] [review] Bug 26159: Remove the use of jquery.checkboxes plugin from batch record delete page This patch removes the use of the jquery.checkboxes plugin from the batch delete records page. To test, apply the patch and go to Tools -> Batch record deletion. - Submit a batch of biblionumbers which includes one or more checked-out items, one or more on-hold items, and one or more records with no items. - On the confirmation page, test the selection links at the top of the results table. Each one should work correctly. - Submit a batch of authority record ids which includes some records which are in use and some which aren't. - On the confirmation page, test the selection links at the top of the results table. Each one should work correctly.
Created attachment 108408 [details] [review] Bug 26159: Remove the use of jquery.checkboxes plugin from batch record delete page To test, apply the patch and go to Tools -> Batch record deletion. - Submit a batch of biblionumbers which includes one or more checked-out items, one or more on-hold items, and one or more records with no items. - On the confirmation page, test the selection links at the top of the results table. Each one should work correctly. - Submit a batch of authority record ids which includes some records which are in use and some which aren't. - On the confirmation page, test the selection links at the top of the results table. Each one should work correctly. ------------------------------- Checked and worked OK.
Created attachment 108422 [details] [review] Bug 26159: Remove the use of jquery.checkboxes plugin from batch record delete page This patch removes the use of the jquery.checkboxes plugin from the batch delete records page. To test, apply the patch and go to Tools -> Batch record deletion. - Submit a batch of biblionumbers which includes one or more checked-out items, one or more on-hold items, and one or more records with no items. - On the confirmation page, test the selection links at the top of the results table. Each one should work correctly. - Submit a batch of authority record ids which includes some records which are in use and some which aren't. - On the confirmation page, test the selection links at the top of the results table. Each one should work correctly. Signed-off-by: Amit Gupta <amit.gupta@informaticsglobal.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 20.11, thanks to everybody involved!
backported to 20.05.x for 20.05.04
enhancement, not backported to 19.11.x