From d4af0adf4562983b7d7246e922fc222785530fcb Mon Sep 17 00:00:00 2001 From: Pascal Uphaus Date: Thu, 17 Aug 2023 11:58:24 +0000 Subject: [PATCH] Bug 34240: Added hint about having to use Koha-to-MARC mappings for Koha link in frameworks To test: 1. Go to administration > marc bibliographic framework > choose framework > marc structure choose any tag 2. go to actions and edit subfields 3. check that the koha link pulldown can not be edited => There is no hint 4. Apply patch 5. Refresh the page, the select box is replaced by text and there is a hint on how to edit Signed-off-by: Christina Fairlamb --- .../prog/en/modules/admin/marc_subfields_structure.tt | 11 ++--------- 1 file changed, 2 insertions(+), 9 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 9c7bbdd163..7bf5363530 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 @@ -265,17 +265,10 @@
  • - + [% loo.kohafield | html %] +
    Edit in 'Koha to MARC mapping'
  • -- 2.30.2