From f2ffb14bfccfdffaf6fb1310a9e75da7ac34c8cb Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 27 Feb 2026 04:35:38 +0000 Subject: [PATCH] Bug 41948: Fix links to subfield tabs in MARC bibliographic frameworks This patch fixes the URL fragment used to activate/select the appropriate tab in the tabs in the "Edit subfield constraints" tabs in the MARC bibliographic frameworks. Test plan: 0. Apply the patch 1. Go to /cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=100&frameworkcode= 2. Click on "a" next to "Personal name" 3. Note that you're taken to the "Edit subfield constraints" page and the "a" tab is active 4. Press the Back button in the browser and scroll to the far right and click the "Edit" button 5. Note that you're again taken to the "Edit subfield constraints" page and the "a" tab is active 6. Note without the patch, you'd be taken to the 0 tab each time --- .../prog/en/modules/admin/marc_subfields_structure.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt index ea4a5907ae7..57b805d15ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt @@ -375,7 +375,7 @@ [% FOREACH loo IN loop %] [% loo.tagsubfield | html %] @@ -405,7 +405,7 @@ Edit -- 2.39.5