Bugzilla – Attachment 148843 Details for
Bug 32865
Clean up cataloguing/value_builder/unimarc_field_146a.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32865: Fix cataloguing/value_builder/unimarc_field_146a.pl
Bug-32865-Fix-cataloguingvaluebuilderunimarcfield1.patch (text/plain), 1.13 KB, created by
David Nind
on 2023-03-28 18:46:42 UTC
(
hide
)
Description:
Bug 32865: Fix cataloguing/value_builder/unimarc_field_146a.pl
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-03-28 18:46:42 UTC
Size:
1.13 KB
patch
obsolete
>From 6cff089ad21da9e6fb87ad9314131acae390067a 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 32865: Fix > cataloguing/value_builder/unimarc_field_146a.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> >--- > cataloguing/value_builder/unimarc_field_146a.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cataloguing/value_builder/unimarc_field_146a.pl b/cataloguing/value_builder/unimarc_field_146a.pl >index 51f0861325..6d7de2cf7f 100755 >--- a/cataloguing/value_builder/unimarc_field_146a.pl >+++ b/cataloguing/value_builder/unimarc_field_146a.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_146a.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 32865
:
146130
|
148843
|
150099