Summary: | Home button breadcrumb appears twice when viewing/editing the authority MARC subfield structure | ||
---|---|---|---|
Product: | Koha | Reporter: | Andreas Roussos <a.roussos> |
Component: | Staff interface | Assignee: | Andreas Roussos <a.roussos> |
Status: | Pushed to oldstable --- | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | esther.melander, fridolin.somers, gmcharlt, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | admin/auth_subfields_structure.pl | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Previously, the 'Home' breadcrumb button would appear twice in succession when viewing or editing the authority MARC subfield structure for a particular field. Following a trivial template fix, the 'Home' breadcrumb button will now appear only once.
|
Version(s) released in: |
24.05.00,23.11.06,23.05.12
|
Circulation function: | |||
Attachments: |
Screenshot of Home breadcrumb button appearing twice
Bug 36462: remove extra Home breadcrumb item Bug 36462: remove extra Home breadcrumb item Bug 36462: remove extra Home breadcrumb item |
The 'breadcrumbs' TT BLOCK includes the Home link every time, but in koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt an extra 'Home' breadcrumb_item is added too, thus causing the double Home button. Created attachment 164101 [details] [review] Bug 36462: remove extra Home breadcrumb item In the Staff interface, when viewing (or editing) the authority MARC subfield structure for a particular field, the Home button breadcrumb on the top left of the screen appears twice. This patch fixes that. Test plan: 1) Try to view (or edit) the authority MARC subfield structure for a particular field. Notice the 'Home' breadcrumb button/icon is appearing twice. 2) Apply this patch. 3) Refresh the page, the 'Home' breadcrumb icon should now appear only once. Created attachment 164144 [details] [review] Bug 36462: remove extra Home breadcrumb item In the Staff interface, when viewing (or editing) the authority MARC subfield structure for a particular field, the Home button breadcrumb on the top left of the screen appears twice. This patch fixes that. Test plan: 1) Try to view (or edit) the authority MARC subfield structure for a particular field. Notice the 'Home' breadcrumb button/icon is appearing twice. 2) Apply this patch. 3) Refresh the page, the 'Home' breadcrumb icon should now appear only once. Signed-off-by: Esther <esther@bywatersolutions.com> Created attachment 164175 [details] [review] Bug 36462: remove extra Home breadcrumb item In the Staff interface, when viewing (or editing) the authority MARC subfield structure for a particular field, the Home button breadcrumb on the top left of the screen appears twice. This patch fixes that. Test plan: 1) Try to view (or edit) the authority MARC subfield structure for a particular field. Notice the 'Home' breadcrumb button/icon is appearing twice. 2) Apply this patch. 3) Refresh the page, the 'Home' breadcrumb icon should now appear only once. Signed-off-by: Esther <esther@bywatersolutions.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed for 24.05! Well done everyone, thank you! Pushed to 23.11.x for 23.11.06 Backported to 23.05.x for upcoming 23.05.12 |
Created attachment 164100 [details] Screenshot of Home breadcrumb button appearing twice In the Staff interface, when viewing (or editing) the authority MARC subfield structure for a particular field, the Home button breadcrumb on the top left of the screen appears twice.