Bugzilla – Attachment 150097 Details for
Bug 32867
Clean up cataloguing/value_builder/unimarc_field_146i.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32867: Fix cataloguing/value_builder/unimarc_field_146i.pl
Bug-32867-Fix-cataloguingvaluebuilderunimarcfield1.patch (text/plain), 1.18 KB, created by
Katrin Fischer
on 2023-04-22 21:26:28 UTC
(
hide
)
Description:
Bug 32867: Fix cataloguing/value_builder/unimarc_field_146i.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-22 21:26:28 UTC
Size:
1.18 KB
patch
obsolete
>From 754aab8affde7d544c4b9cba03589ec32241d903 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 3 Feb 2023 11:58:54 +0100 >Subject: [PATCH] Bug 32867: Fix > cataloguing/value_builder/unimarc_field_146i.pl > >Remove unnecessary call to event.preventDefault() > >This is part of the refactoring happening in bug 30975 > >Test plan: >1. Verify that the plugin continues to work as before > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > cataloguing/value_builder/unimarc_field_146i.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cataloguing/value_builder/unimarc_field_146i.pl b/cataloguing/value_builder/unimarc_field_146i.pl >index 609218db4e..1833a36f48 100755 >--- a/cataloguing/value_builder/unimarc_field_146i.pl >+++ b/cataloguing/value_builder/unimarc_field_146i.pl >@@ -29,7 +29,6 @@ my $builder = sub { > return qq| > <script> > function Click$id(event) { >- event.preventDefault(); > const value = document.getElementById(event.data.id).value; > const url = new URL('/cgi-bin/koha/cataloguing/plugin_launcher.pl', location); > url.searchParams.set('plugin_name', 'unimarc_field_146i.pl'); >-- >2.30.2
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 32867
:
146132
|
148845
| 150097