From 0a479da21624f47e08253f3aa42e1aed12a8adcd 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 --- 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 86bfcc4266..e2ae80d714 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.39.5