From b45ac7666b7019f81b0def45e1ad70153fd45870 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 11 Mar 2025 10:11:39 +0100 Subject: [PATCH] Bug 39299: Fix cataloguing plugins in item editor Some CSS classes were missing, causing the corresponding event listener to not be called Test plan: 1. Set 'cn_browser.pl' as a plugin for one of the item subfields (e.g. 952$o) 2. Go to the cataloguing module and edit an existing item 3. Click on the tag editor button, the cn_browser.pl popup should appear Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc index 86bfcc42667..e2ae80d714f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -183,9 +183,9 @@ data-plugin="[% mv.plugin | html %]" /> [% IF ( mv.nopopup ) %] - ... + ... [% ELSE %] - ... + ... [% END %] [% UNLESS no_plugin %] [%# FIXME - from batchMod-edit, jQuery is included at the end of the template and cataloguing plugins are not working in this situation %] -- 2.48.1