Bugzilla – Attachment 180816 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.11 KB, created by
Marcel de Rooy
on 2025-04-11 08:34:58 UTC
(
hide
)
Description:
Bug 32877: Fix cataloguing/value_builder/upload.pl
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-04-11 08:34:58 UTC
Size:
1.11 KB
patch
obsolete
>From a32805498a76e88be78c3513387129a55270f92b 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 >Content-Type: text/plain; charset=utf-8 > >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> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 030f83d90b..f85e49949a 100755 >--- a/cataloguing/value_builder/upload.pl >+++ b/cataloguing/value_builder/upload.pl >@@ -45,7 +45,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.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 32877
:
146144
|
146174
| 180816