Bugzilla – Attachment 179146 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.16 KB, created by
Julian Maurice
on 2025-03-11 09:21:50 UTC
(
hide
)
Description:
Bug 39299: Fix cataloguing plugins in item editor
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2025-03-11 09:21:50 UTC
Size:
2.16 KB
patch
obsolete
>From 0a479da21624f47e08253f3aa42e1aed12a8adcd 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 >--- > 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 ) %] >- <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.39.5
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