Bugzilla – Attachment 158719 Details for
Bug 35012
Framework item plugins fire twice on Acquisition item blocks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35012: DO_NOT_PUSH - Add action to barcode's Blur event
Bug-35012-DONOTPUSH---Add-action-to-barcodes-Blur-.patch (text/plain), 899 bytes, created by
Marcel de Rooy
on 2023-11-09 14:14:37 UTC
(
hide
)
Description:
Bug 35012: DO_NOT_PUSH - Add action to barcode's Blur event
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-11-09 14:14:37 UTC
Size:
899 bytes
patch
obsolete
>From 618fddc388921c37b8b531cf0af2b9788ecaff15 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 9 Nov 2023 13:39:31 +0000 >Subject: [PATCH] Bug 35012: DO_NOT_PUSH - Add action to barcode's Blur event >Content-Type: text/plain; charset=utf-8 > >No test plan. See next patch. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > cataloguing/value_builder/barcode.pl | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/cataloguing/value_builder/barcode.pl b/cataloguing/value_builder/barcode.pl >index b166b46c4d..baccc91381 100755 >--- a/cataloguing/value_builder/barcode.pl >+++ b/cataloguing/value_builder/barcode.pl >@@ -90,6 +90,9 @@ function set_barcode(id, force) { > $scr > } > >+function Blur$function_name(event) { >+ console.log(Date.now()); >+} > function Focus$function_name(event) { > set_barcode(event.data.id, false); > return false; >-- >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 35012
:
156792
|
156793
|
158718
|
158719
|
158720
|
158782
|
158816
|
158817
|
158818