Summary: | Convert lists tabs in the staff interface to Bootstrap | ||
---|---|---|---|
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: | lucas, 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: |
22.11.00
|
|
Circulation function: | |||
Bug Depends on: | 30304 | ||
Bug Blocks: | |||
Attachments: |
Bug 30309: Convert lists tabs in the staff interface to Bootstrap
Bug 30309: Convert lists tabs in the staff interface to Bootstrap Bug 30309: Convert lists tabs in the staff interface to Bootstrap |
Description
Owen Leonard
2022-03-17 13:57:20 UTC
Created attachment 140375 [details] [review] Bug 30309: Convert lists tabs in the staff interface to Bootstrap This patch updates the staff interface lists page to use Bootstrap tabs instead of jQueryUI. To test, apply the patch and go to Lists. - Test that the public and private tabs work correctly. - Test that other lists functionality still works as expected. - Confirm that adding the "public" URL parameter works to trigger the "Public lists" tab by default: /cgi-bin/koha/virtualshelves/shelves.pl?public=1 Created attachment 140394 [details] [review] Bug 30309: Convert lists tabs in the staff interface to Bootstrap This patch updates the staff interface lists page to use Bootstrap tabs instead of jQueryUI. To test, apply the patch and go to Lists. - Test that the public and private tabs work correctly. - Test that other lists functionality still works as expected. - Confirm that adding the "public" URL parameter works to trigger the "Public lists" tab by default: /cgi-bin/koha/virtualshelves/shelves.pl?public=1 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Changes all look good. QA script is happy. HTML all appears to be valid. Created attachment 141273 [details] [review] Bug 30309: Convert lists tabs in the staff interface to Bootstrap This patch updates the staff interface lists page to use Bootstrap tabs instead of jQueryUI. To test, apply the patch and go to Lists. - Test that the public and private tabs work correctly. - Test that other lists functionality still works as expected. - Confirm that adding the "public" URL parameter works to trigger the "Public lists" tab by default: /cgi-bin/koha/virtualshelves/shelves.pl?public=1 Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Pushed to master for 22.11. Nice work everyone, thanks! |