Bugzilla – Attachment 146144 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), 980 bytes, created by
Julian Maurice
on 2023-02-03 14:14:05 UTC
(
hide
)
Description:
Bug 32877: Fix cataloguing/value_builder/upload.pl
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2023-02-03 14:14:05 UTC
Size:
980 bytes
patch
obsolete
>From de56ad6705f0264898022da2f741edbd3b36f621 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 >--- > 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 82b9816f62..ac45fb4123 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