Summary: | "Public lists" breadcrumb link doesn't work when editing public list in staff interface | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Lists | Assignee: | Owen Leonard <oleonard> |
Status: | Pushed to main --- | QA Contact: | David Cook <dcook> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | lucas, m.de.rooy |
Version: | Main | Keywords: | 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: | |
Attachments: |
Bug 40488: Fix breadcrumb link to public lists when editing a list in the staff interface
Bug 40488: Fix breadcrumb link to public lists when editing a list in the staff interface Bug 40488: Fix breadcrumb link to public lists when editing a list in the staff interface |
Description
David Cook
2025-07-24 02:34:49 UTC
Created attachment 184594 [details] [review] Bug 40488: Fix breadcrumb link to public lists when editing a list in the staff interface This patch revises the breadcrumbs in the staff interface lists template so that the correct link is shown when editing or viewing a public list. To test, apply the patch and go to Lists in the staff interface. - Create a public list - Go to the list of public lists - Click to view your newly created public list - The breadcrumb menu should show Lists -> Public lists -> Contents of [list name] - The link to public lists should work correctly. - Perform the same check when editing your public list. - Check the viewing and editing of a private list to make sure no breadcrumb errors were introduced. Sponsored-by: Athens County Public Libraries Created attachment 184609 [details] [review] Bug 40488: Fix breadcrumb link to public lists when editing a list in the staff interface This patch revises the breadcrumbs in the staff interface lists template so that the correct link is shown when editing or viewing a public list. To test, apply the patch and go to Lists in the staff interface. - Create a public list - Go to the list of public lists - Click to view your newly created public list - The breadcrumb menu should show Lists -> Public lists -> Contents of [list name] - The link to public lists should work correctly. - Perform the same check when editing your public list. - Check the viewing and editing of a private list to make sure no breadcrumb errors were introduced. Sponsored-by: Athens County Public Libraries Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Created attachment 184611 [details] [review] Bug 40488: Fix breadcrumb link to public lists when editing a list in the staff interface This patch revises the breadcrumbs in the staff interface lists template so that the correct link is shown when editing or viewing a public list. To test, apply the patch and go to Lists in the staff interface. - Create a public list - Go to the list of public lists - Click to view your newly created public list - The breadcrumb menu should show Lists -> Public lists -> Contents of [list name] - The link to public lists should work correctly. - Perform the same check when editing your public list. - Check the viewing and editing of a private list to make sure no breadcrumb errors were introduced. Sponsored-by: Athens County Public Libraries Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: David Cook <dcook@prosentient.com.au> Thanks, Owen! Nice work everyone! Pushed to main for 25.11 |