Bugzilla – Attachment 158816 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), 859 bytes, created by
Katrin Fischer
on 2023-11-10 18:54:50 UTC
(
hide
)
Description:
Bug 35012: DO_NOT_PUSH - Add action to barcode's Blur event
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-10 18:54:50 UTC
Size:
859 bytes
patch
obsolete
>From 3a394e1112f800b687e135fff9b2cfb798e9cd94 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 > >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