From 1a9bae111dea0df5acaf3e9df8ec00a6fe5c49ba Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 5 May 2025 10:33:57 +0200 Subject: [PATCH] Bug 39827: Fix framework code in edit framework button In Administration > MARC bibliographic frameworks the "Edit framework" button in tools bar always edits default framework Test plan : 1) Go to Administration > MARC bibliographic frameworks 2) On any framework except default one click on actions then "MARC structure" 3) In tools bar click on "Edit framework" 4) Check you are editing the correct framework --- .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt index ecb182d342..f307644d51 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt @@ -94,7 +94,7 @@ [% IF ( else ) %]
New tag - Edit framework + Edit framework
[% END %] -- 2.43.0