Summary: | Use template wrapper for OPAC curbside pickup tabs | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | RESOLVED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This enhancement makes structural changes to the way the OPAC curbside pickups page is generated for more consistency and ease of upgrade to new Bootstrap versions.
|
Version(s) released in: |
24.11.00
|
Circulation function: | |||
Bug Depends on: | 32571 | ||
Bug Blocks: | |||
Attachments: |
Bug 37046: Use template wrapper for OPAC curbside pickups
Bug 37046: Use template wrapper for OPAC curbside pickups Bug 37046: Use template wrapper for OPAC curbside pickups Bug 37046: Use template wrapper for OPAC curbside pickup tabs |
Description
Owen Leonard
2024-06-06 16:04:07 UTC
Created attachment 167553 [details] [review] Bug 37046: Use template wrapper for OPAC curbside pickups This patch updates the OPAC curbside pickups template to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and enable the "CurbsidePickup" system preference if necessary. - Log in to the OPAC and click the "Curbside pickups" tab in the sidebar of the user summary page. - With no curbside pickup policy defined, you shoul see a single tab, "Your pickups" and the message "No curbside pickups." - In the staff interface go to Administration -> Curbside pickup. - Configure curbside pickups for at least one branch. - Return to the OPAC and refresh the curbside pickups page. - You should now see a "Schedule a pickup" tab along with the "Your pickups" tab, and it should be active by default. - Schedule a pickup. - When the page refreshes, the "Your pickups" tab should now be active by default. Sponsored-By: Athens County Public Libraries Created attachment 167557 [details] [review] Bug 37046: Use template wrapper for OPAC curbside pickups This patch updates the OPAC curbside pickups template to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and enable the "CurbsidePickup" system preference if necessary. - Log in to the OPAC and click the "Curbside pickups" tab in the sidebar of the user summary page. - With no curbside pickup policy defined, you shoul see a single tab, "Your pickups" and the message "No curbside pickups." - In the staff interface go to Administration -> Curbside pickup. - Configure curbside pickups for at least one branch. - Return to the OPAC and refresh the curbside pickups page. - You should now see a "Schedule a pickup" tab along with the "Your pickups" tab, and it should be active by default. - Schedule a pickup. - When the page refreshes, the "Your pickups" tab should now be active by default. Sponsored-By: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Created attachment 170660 [details] [review] Bug 37046: Use template wrapper for OPAC curbside pickups This patch updates the OPAC curbside pickups template to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and enable the "CurbsidePickup" system preference if necessary. - Log in to the OPAC and click the "Curbside pickups" tab in the sidebar of the user summary page. - With no curbside pickup policy defined, you shoul see a single tab, "Your pickups" and the message "No curbside pickups." - In the staff interface go to Administration -> Curbside pickup. - Configure curbside pickups for at least one branch. - Return to the OPAC and refresh the curbside pickups page. - You should now see a "Schedule a pickup" tab along with the "Your pickups" tab, and it should be active by default. - Schedule a pickup. - When the page refreshes, the "Your pickups" tab should now be active by default. Sponsored-By: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Created attachment 170912 [details] [review] Bug 37046: Use template wrapper for OPAC curbside pickup tabs This patch updates the OPAC curbside pickups template to use WRAPPERs for the Bootstrap tabs markup. To test, apply the patch and enable the "CurbsidePickup" system preference if necessary. - Log in to the OPAC and click the "Curbside pickups" tab in the sidebar of the user summary page. - With no curbside pickup policy defined, you shoul see a single tab, "Your pickups" and the message "No curbside pickups." - In the staff interface go to Administration -> Curbside pickup. - Configure curbside pickups for at least one branch. - Return to the OPAC and refresh the curbside pickups page. - You should now see a "Schedule a pickup" tab along with the "Your pickups" tab, and it should be active by default. - Schedule a pickup. - When the page refreshes, the "Your pickups" tab should now be active by default. Sponsored-By: Athens County Public Libraries Signed-off-by: David Nind <david@davidnind.com> Time to finish this project :) QA'd by RM. Pushed for 24.11! Well done everyone, thank you! |