Bug 40560 - Incorrect breadcrumb on recall history
Summary: Incorrect breadcrumb on recall history
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Owen Leonard
QA Contact: Jonathan Druart
URL:
Keywords: release-notes-needed
Depends on: 19532 33388
Blocks: 40568
  Show dependency treegraph
 
Reported: 2025-07-31 10:47 UTC by Jonathan Druart
Modified: 2025-07-31 20:06 UTC (History)
3 users (show)

See Also:
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:


Attachments
Bug 40560: Use WRAPPER for recalls history breadcrumbs (2.07 KB, patch)
2025-07-31 11:18 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 40560: Use WRAPPER for recalls history breadcrumbs (2.12 KB, patch)
2025-07-31 14:30 UTC, David Flater
Details | Diff | Splinter Review
Bug 40560: Use WRAPPER for recalls history breadcrumbs (2.20 KB, patch)
2025-07-31 14:46 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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