Summary: | Remove the use of jquery.checkboxes plugin from items lost report | ||
---|---|---|---|
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, lucas, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial 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 26153: Remove the use of jquery.checkboxes plugin from items lost report
Bug 26153: Remove the use of jquery.checkboxes plugin from items lost report Bug 26153: Remove the use of jquery.checkboxes plugin from items lost report |
Description
Owen Leonard
2020-08-05 18:22:45 UTC
Created attachment 107857 [details] [review] Bug 26153: Remove the use of jquery.checkboxes plugin from items lost report This patch removes the use of the jquery.checkboxes plugin from the lost items report page and replaces it with custom JS. To test, apply the patch and go to Reports -> Lost items. - Run the report with parameters which will return multiple results. - On the results page test the "Select all" and "Clear all" links at the top of the results. The controls should work correctly. Created attachment 108442 [details] [review] Bug 26153: Remove the use of jquery.checkboxes plugin from items lost report This patch removes the use of the jquery.checkboxes plugin from the lost items report page and replaces it with custom JS. To test, apply the patch and go to Reports -> Lost items. - Run the report with parameters which will return multiple results. - On the results page Create a CSV export profile if there's none. - On the results page test the "Select all" and "Clear all" links at the top of the results. The controls should work correctly. Signed-off-by: Didier Gautheron <didier.gautheron@biblibre.com> Created attachment 108564 [details] [review] Bug 26153: Remove the use of jquery.checkboxes plugin from items lost report This patch removes the use of the jquery.checkboxes plugin from the lost items report page and replaces it with custom JS. To test, apply the patch and go to Reports -> Lost items. - Run the report with parameters which will return multiple results. - On the results page Create a CSV export profile if there's none. - On the results page test the "Select all" and "Clear all" links at the top of the results. The controls should work correctly. Signed-off-by: Didier Gautheron <didier.gautheron@biblibre.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 |