Summary: | Remove the use of jquery.checkboxes plugin from patron payment page | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | 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
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 26006, 26806 | ||
Attachments: |
Bug 26799: Remove the use of jquery.checkboxes plugin from patron payment page
Bug 26799: Remove the use of jquery.checkboxes plugin from patron payment page Bug 26799: Remove the use of jquery.checkboxes plugin from patron payment page |
Description
Owen Leonard
2020-10-23 13:51:34 UTC
Created attachment 112276 [details] [review] Bug 26799: Remove the use of jquery.checkboxes plugin from patron payment page This patch removes the use of the jquery.checkboxes plugin from the patron payment screen (members/pay.tt). To test, apply the patch and locate a patron with unpaid fines. - View the "Accounting" page for that patron. - In the table of outstanding fines, test the "Select all" and "Clear all" links work correctly to check the checkboxes corresponding to each fine. - Confirm that the "Select all" action enables the "Pay selected" and "Write off selected" buttons. - Confirm that the "Clear all" action disables the "Pay selected" and "Write off selected" buttons. Created attachment 112397 [details] [review] Bug 26799: Remove the use of jquery.checkboxes plugin from patron payment page This patch removes the use of the jquery.checkboxes plugin from the patron payment screen (members/pay.tt). To test, apply the patch and locate a patron with unpaid fines. - View the "Accounting" page for that patron. - In the table of outstanding fines, test the "Select all" and "Clear all" links work correctly to check the checkboxes corresponding to each fine. - Confirm that the "Select all" action enables the "Pay selected" and "Write off selected" buttons. - Confirm that the "Clear all" action disables the "Pay selected" and "Write off selected" buttons. Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org> Created attachment 112442 [details] [review] Bug 26799: Remove the use of jquery.checkboxes plugin from patron payment page This patch removes the use of the jquery.checkboxes plugin from the patron payment screen (members/pay.tt). To test, apply the patch and locate a patron with unpaid fines. - View the "Accounting" page for that patron. - In the table of outstanding fines, test the "Select all" and "Clear all" links work correctly to check the checkboxes corresponding to each fine. - Confirm that the "Select all" action enables the "Pay selected" and "Write off selected" buttons. - Confirm that the "Clear all" action disables the "Pay selected" and "Write off selected" buttons. Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! |