Summary: | Remove the use of jquery.checkboxes plugin from staff interface search history | ||
---|---|---|---|
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: | jonathan.druart, 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
|
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 26006, 26806 | ||
Attachments: |
Bug 26769: Remove the use of jquery.checkboxes plugin from staff interface search history
Attachment to Bug 26769 - Remove the use of jquery.checkboxes plugin from staff interface search history Bug 26769: Remove the use of jquery.checkboxes plugin from staff interface search history |
Description
Owen Leonard
2020-10-21 18:28:27 UTC
Created attachment 112258 [details] [review] Bug 26769: Remove the use of jquery.checkboxes plugin from staff interface search history This patch modifies the staff interface search history page to eliminate theuse of the jquery.checkboxes plugin. To test you should have some search history items for bibliographic and authority records, both from today and from days previous. Apply the patch and click the logged-in-user link in the staff client header. Choose "Search history." On the search history page, test the "Select all" and "Clear selection" links corresponding to all four tables: - Catalog: Current session - Catalog: Previous sessions - Authority: Current session - Authority: Previous sessions In all cases the links should work correctly, affecting only the corresponding tables. Confirm that the "Select all" action enables the corresponding "Delete" link for each table. Created attachment 112399 [details] [review] Attachment to Bug 26769 - Remove the use of jquery.checkboxes plugin from staff interface search history Bug 26769: Remove the use of jquery.checkboxes plugin from staff interface search history This patch modifies the staff interface search history page to eliminate theuse of the jquery.checkboxes plugin. To test you should have some search history items for bibliographic and authority records, both from today and from days previous. Apply the patch and click the logged-in-user link in the staff client header. Choose "Search history." On the search history page, test the "Select all" and "Clear selection" links corresponding to all four tables: - Catalog: Current session - Catalog: Previous sessions - Authority: Current session - Authority: Previous sessions In all cases the links should work correctly, affecting only the corresponding tables. Confirm that the "Select all" action enables the corresponding "Delete" link for each table. Signed-off-by: Lisette Scheer <lisettes@latahlibrary.org> Created attachment 112444 [details] [review] Bug 26769: Remove the use of jquery.checkboxes plugin from staff interface search history This patch modifies the staff interface search history page to eliminate theuse of the jquery.checkboxes plugin. To test you should have some search history items for bibliographic and authority records, both from today and from days previous. Apply the patch and click the logged-in-user link in the staff client header. Choose "Search history." On the search history page, test the "Select all" and "Clear selection" links corresponding to all four tables: - Catalog: Current session - Catalog: Previous sessions - Authority: Current session - Authority: Previous sessions In all cases the links should work correctly, affecting only the corresponding tables. Confirm that the "Select all" action enables the corresponding "Delete" link for each table. 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! |