Summary: | Remove the use of jquery.checkboxes plugin from serial collection 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: | david, testopia |
Version: | Main | Keywords: | Academy |
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
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 26006 | ||
Attachments: |
Bug 26152: Remove the use of jquery.checkboxes plugin from serial collection page
Bug 26152: Remove the use of jquery.checkboxes plugin from serial collection page Bug 26152: Remove the use of jquery.checkboxes plugin from serial collection page |
Description
Owen Leonard
2020-08-05 17:54:00 UTC
Created attachment 107856 [details] [review] Bug 26152: Remove the use of jquery.checkboxes plugin from serial collection page This patch removes the use of the jquery.checkboxes plugin from the serial collection page and replaces it with custom JS. To test, apply the patch and go to Serials. - Locate a subscription which has multiple issues. - View the details for that subscription. - In the sidebar menu click the "Serial collection" link. - On the serial collection page test the "Select all" and "Clear all" links at the top of each table of issues. The controls should work correctly and only affect the table on that tab. Created attachment 110842 [details] [review] Bug 26152: Remove the use of jquery.checkboxes plugin from serial collection page This patch removes the use of the jquery.checkboxes plugin from the serial collection page and replaces it with custom JS. To test, apply the patch and go to Serials. - Locate a subscription which has multiple issues. - View the details for that subscription. - In the sidebar menu click the "Serial collection" link. - On the serial collection page test the "Select all" and "Clear all" links at the top of each table of issues. The controls should work correctly and only affect the table on that tab. Signed-off-by: David Nind <david@davidnind.com> Created attachment 111445 [details] [review] Bug 26152: Remove the use of jquery.checkboxes plugin from serial collection page This patch removes the use of the jquery.checkboxes plugin from the serial collection page and replaces it with custom JS. To test, apply the patch and go to Serials. - Locate a subscription which has multiple issues. - View the details for that subscription. - In the sidebar menu click the "Serial collection" link. - On the serial collection page test the "Select all" and "Clear all" links at the top of each table of issues. The controls should work correctly and only affect the table on that tab. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! |