Bugzilla – Attachment 146174 Details for
Bug 32877
Clean up cataloguing/value_builder/upload.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32877: Fix cataloguing/value_builder/upload.pl
Bug-32877-Fix-cataloguingvaluebuilderuploadpl.patch (text/plain), 1.01 KB, created by
Lucas Gass (lukeg)
on 2023-02-04 00:01:38 UTC
(
hide
)
Description:
Bug 32877: Fix cataloguing/value_builder/upload.pl
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-02-04 00:01:38 UTC
Size:
1.01 KB
patch
obsolete
>From 1db4544a3cd673e45ecd041d98f1eb46bf7691d8 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 3 Feb 2023 11:58:55 +0100 >Subject: [PATCH] Bug 32877: Fix cataloguing/value_builder/upload.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: Lucas Gass <lucas@bywatersolutions.com> >--- > cataloguing/value_builder/upload.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cataloguing/value_builder/upload.pl b/cataloguing/value_builder/upload.pl >index 82b9816f625..ac45fb41232 100755 >--- a/cataloguing/value_builder/upload.pl >+++ b/cataloguing/value_builder/upload.pl >@@ -35,7 +35,6 @@ my $builder = sub { > return <<"SCRIPT"; > <script> > function Click$params->{id}(event) { >- event.preventDefault(); > var index = event.data.id; > var str = document.getElementById(index).value; > var myurl, term; >-- >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 32877
:
146144
| 146174