Bugzilla – Attachment 179152 Details for
Bug 39299
cn_browser on 952$o fails to open from item editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39299: Fix cataloguing plugins in item editor
Bug-39299-Fix-cataloguing-plugins-in-item-editor.patch (text/plain), 2.22 KB, created by
Martin Renvoize (ashimema)
on 2025-03-11 10:12:10 UTC
(
hide
)
Description:
Bug 39299: Fix cataloguing plugins in item editor
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-03-11 10:12:10 UTC
Size:
2.22 KB
patch
obsolete
>From b45ac7666b7019f81b0def45e1ad70153fd45870 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >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 <martin.renvoize@ptfs-europe.com> >--- > 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 ) %] >- <a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="No popup" data-plugin="[% mv.plugin | html %]">...</a> >+ <a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%] tag_editor framework_plugin" title="No popup" data-plugin="[% mv.plugin | html %]">...</a> > [% ELSE %] >- <a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%]" title="Tag editor" data-plugin="[% mv.plugin | html %]">...</a> >+ <a href="#" id="buttonDot_[%- mv.id | html -%]" class="[%- mv.class | html -%] tag_editor framework_plugin" title="Tag editor" data-plugin="[% mv.plugin | html %]">...</a> > [% 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39299
:
179146
|
179147
| 179152 |
179153
|
179154