Bug 32973

Summary: Use template wrapper for breadcrumbs: about, main, and error page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: minor    
Priority: P5 - low CC: lucas, martin.renvoize, 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:
23.05.00,22.11.04
Circulation function:
Bug Depends on: 32507    
Bug Blocks:    
Attachments: Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page
Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page
Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page

Description Owen Leonard 2023-02-15 17:44:04 UTC
To continue the process started by Bug 32507, this patch will update the staff interface main page template, about page template, and error page template to use the new WRAPPER construction to show breadcrumbs.
Comment 1 Owen Leonard 2023-02-17 17:25:45 UTC Comment hidden (obsolete)
Comment 2 Lucas Gass (lukeg) 2023-02-21 20:53:09 UTC
Created attachment 147095 [details] [review]
Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page

This patch updates the staff interface home page, the about page, and
the error page template so that they use the new template WRAPPER for
breadcrumbs.

To test, apply the patch and view each page to confirm that the
breadcrumbs are correct:

- Staff interface home page
- About page
- Error page (the easiest example is a 404 error)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 3 Katrin Fischer 2023-02-24 21:38:00 UTC
Created attachment 147408 [details] [review]
Bug 32973: Use template wrapper for breadcrumbs: about, main, and error page

This patch updates the staff interface home page, the about page, and
the error page template so that they use the new template WRAPPER for
breadcrumbs.

To test, apply the patch and view each page to confirm that the
breadcrumbs are correct:

- Staff interface home page
- About page
- Error page (the easiest example is a 404 error)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Tomás Cohen Arazi (tcohen) 2023-02-27 14:42:37 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 5 Matt Blenkinsop 2023-03-01 09:51:24 UTC
Nice work everyone!

Pushed to stable for 22.11.x
Comment 6 Lucas Gass (lukeg) 2023-03-10 14:24:55 UTC
I think we'll leave these changes out of 22.05.x, there will likely be too many merge conflicts to want to deal with. No backport.