Bug 40560

Summary: Incorrect breadcrumb on recall history
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Staff interfaceAssignee: Owen Leonard <oleonard>
Status: Pushed to main --- QA Contact: Jonathan Druart <jonathan.druart>
Severity: normal    
Priority: P5 - low CC: flaterdavid, gmcharlt, lucas
Version: MainKeywords: release-notes-needed
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.11.00
Circulation function:
Bug Depends on: 19532, 33388    
Bug Blocks: 40568    
Attachments: Bug 40560: Use WRAPPER for recalls history breadcrumbs
Bug 40560: Use WRAPPER for recalls history breadcrumbs
Bug 40560: Use WRAPPER for recalls history breadcrumbs

Description Jonathan Druart 2025-07-31 10:47:02 UTC
It is still using the "old way" and is not looking good: 
https://snipboard.io/uo10iU.jpg
Comment 1 Owen Leonard 2025-07-31 11:18:15 UTC
Created attachment 184922 [details] [review]
Bug 40560: Use WRAPPER for recalls history breadcrumbs

The recalls history template doesn't use the standard WRAPPER for
displaying breadcrumbs. This patch fixes it.

To test, apply the patch and enable recalls if necessary.

- Locate a patron and view their details.
- In the left-hand sidebar click "Recalls history"
- The breadcrumbs on the recalls history page should look correct, with
  styling consistent with other pages' breadcrumbs menus

Sponsored-by: Athens County Public Libraries
Comment 2 David Flater 2025-07-31 14:30:34 UTC
Created attachment 184929 [details] [review]
Bug 40560: Use WRAPPER for recalls history breadcrumbs

The recalls history template doesn't use the standard WRAPPER for
displaying breadcrumbs. This patch fixes it.

To test, apply the patch and enable recalls if necessary.

- Locate a patron and view their details.
- In the left-hand sidebar click "Recalls history"
- The breadcrumbs on the recalls history page should look correct, with
  styling consistent with other pages' breadcrumbs menus

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Flater <flaterdavid@gmail.com>
Comment 3 Jonathan Druart 2025-07-31 14:46:34 UTC
Created attachment 184930 [details] [review]
Bug 40560: Use WRAPPER for recalls history breadcrumbs

The recalls history template doesn't use the standard WRAPPER for
displaying breadcrumbs. This patch fixes it.

To test, apply the patch and enable recalls if necessary.

- Locate a patron and view their details.
- In the left-hand sidebar click "Recalls history"
- The breadcrumbs on the recalls history page should look correct, with
  styling consistent with other pages' breadcrumbs menus

Sponsored-by: Athens County Public Libraries
Signed-off-by: David Flater <flaterdavid@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 4 Lucas Gass (lukeg) 2025-07-31 18:48:33 UTC
Nice work everyone!

Pushed to main for 25.11