Summary: | Remove the use of jquery.checkboxes plugin from inventory 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, 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, 26983 | ||
Attachments: |
Bug 26150: Remove the use of jquery.checkboxes plugin from inventory page
Bug 26150: Remove the use of jquery.checkboxes plugin from inventory page Bug 26150: Remove the use of jquery.checkboxes plugin from inventory page |
Description
Owen Leonard
2020-08-05 16:58:42 UTC
Created attachment 107853 [details] [review] Bug 26150: Remove the use of jquery.checkboxes plugin from inventory page This patch removes the use of the jquery.checkboxes plugin from the inventory page and replaces it with custom JS. To test, apply the patch and go to Tools -> Inventory. - Submit the form with some selections which will return results on the following page. I filtered by library. - On the page showing results, test that the "Select all" and "Clear all" links work correctly. Created attachment 108693 [details] [review] Bug 26150: Remove the use of jquery.checkboxes plugin from inventory page This patch removes the use of the jquery.checkboxes plugin from the inventory page and replaces it with custom JS. To test, apply the patch and go to Tools -> Inventory. - Submit the form with some selections which will return results on the following page. I filtered by library. - On the page showing results, test that the "Select all" and "Clear all" links work correctly. Signed-off-by: Brandon J <brandon.jimenez@inLibro.com> Created attachment 108763 [details] [review] Bug 26150: Remove the use of jquery.checkboxes plugin from inventory page This patch removes the use of the jquery.checkboxes plugin from the inventory page and replaces it with custom JS. To test, apply the patch and go to Tools -> Inventory. - Submit the form with some selections which will return results on the following page. I filtered by library. - On the page showing results, test that the "Select all" and "Clear all" links work correctly. Signed-off-by: Brandon J <brandon.jimenez@inLibro.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 |