Bug 33454

Summary: Improve breadcrumbs for patron lists
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: PatronsAssignee: Eric Garcia <cubingguy714>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: cubingguy714, fiona.borthwick, gmcharlt, kyle.m.hall, michaela.sieber
Version: MainKeywords: Academy
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34769
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 33409    
Bug Blocks:    
Attachments: Bug 33454: Improved breadcrumbs for patron lists
Bug 33454: Improved breadcrumbs for patron lists

Description Katrin Fischer 2023-04-08 20:28:38 UTC
When looking at a patron list, the breadcrumbs look like this:

Tools > Patron lists >  Test > Add patrons 

When you click on "Test", the name of the list, you get to the same page as "Add patrons". As that are not different pages, I think we should combine the crumbs:

Tools > Patron lists >  Add patrons to Test
Comment 1 Eric Garcia 2024-07-08 19:17:04 UTC
Created attachment 168615 [details] [review]
Bug 33454: Improved breadcrumbs for patron lists

To test:
1. Apply patch
2. Tools -> Patron lists
3. Create a new patron list
4. Click on the name of your new list
5. Notice the breadcrumbs are changed to "Add patron to 'LIST NAME'"
6. Return to Patron lists
7. In your patron list select Actions -> Add patrons
8. Notice the breadcrumbs are the same
Comment 2 Michaela Sieber 2024-07-10 06:11:18 UTC
This was already fixed in Main with bug Bug 34769 , see Github :
https://github.com/Koha-Community/Koha/commit/486f81be1013a8389a620bd14d3a29849038d455
Comment 3 PTFS Europe Sandboxes 2024-09-26 19:04:05 UTC
Created attachment 172023 [details] [review]
Bug 33454: Improved breadcrumbs for patron lists

To test:
1. Apply patch
2. Tools -> Patron lists
3. Create a new patron list
4. Click on the name of your new list
5. Notice the breadcrumbs are changed to "Add patron to 'LIST NAME'"
6. Return to Patron lists
7. In your patron list select Actions -> Add patrons
8. Notice the breadcrumbs are the same

Signed-off-by: Fiona Borthwick <fiona.borthwick@ptfs-europe.com>