Summary: | Remove the use of jquery.checkboxes plugin from batch extend due dates page | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | aleisha, amit.gupta, amitddng135, lucas, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00, 20.05.04
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 26006 | ||
Attachments: |
Bug 26201: Remove the use of jquery.checkboxes plugin from batch extend due dates page
Bug 26201: Remove the use of jquery.checkboxes plugin from batch extend due dates page Bug 26201: Remove the use of jquery.checkboxes plugin from batch extend due dates page |
Description
Owen Leonard
2020-08-13 12:33:45 UTC
Created attachment 108175 [details] [review] Bug 26201: Remove the use of jquery.checkboxes plugin from batch extend due dates page This patch removes the use of the jquery.checkboxes plugin from the batch extend due dates page. Unrelated change: Removed 'enctype="multipart/form-data"' from the form because there is no file upload. To test, apply the patch and go to Tools -> Batch extend due dates. - Submit the form with parameters which will return a set of multiple checkouts. - On the results page, test the "Select all" and "Clear all" links to confirm that they work correctly. Created attachment 108412 [details] [review] Bug 26201: Remove the use of jquery.checkboxes plugin from batch extend due dates page To test, apply the patch and go to Tools -> Batch extend due dates. - Submit the form with parameters which will return a set of multiple checkouts. - On the results page, test the "Select all" and "Clear all" links to confirm that they work correctly. Created attachment 108419 [details] [review] Bug 26201: Remove the use of jquery.checkboxes plugin from batch extend due dates page This patch removes the use of the jquery.checkboxes plugin from the batch extend due dates page. Unrelated change: Removed 'enctype="multipart/form-data"' from the form because there is no file upload. To test, apply the patch and go to Tools -> Batch extend due dates. - Submit the form with parameters which will return a set of multiple checkouts. - On the results page, test the "Select all" and "Clear all" links to confirm that they 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 |