Bugzilla – Attachment 153214 Details for
Bug 34097
Using the three ellipses to set the date accessioned for an item repositions the screen to the top
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34097: Prevent clicking ellipsis for dateaccessioned plugin from scrolling up
Bug-34097-Prevent-clicking-ellipsis-for-dateaccess.patch (text/plain), 1.33 KB, created by
Katrin Fischer
on 2023-07-09 13:15:38 UTC
(
hide
)
Description:
Bug 34097: Prevent clicking ellipsis for dateaccessioned plugin from scrolling up
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-09 13:15:38 UTC
Size:
1.33 KB
patch
obsolete
>From 7aa39e7a22dbd62df871693e263df5a3e3f9a22b Mon Sep 17 00:00:00 2001 >From: Phil Ringnalda <phil@chetcolibrary.org> >Date: Tue, 27 Jun 2023 15:34:59 -0700 >Subject: [PATCH] Bug 34097: Prevent clicking ellipsis for dateaccessioned > plugin from scrolling up > >Test plan: >1. Find a record with several items (in ktd "MacLaren's Gaelic > self-taught" will do nicely >2. Click the Edit button next to one of the items >3. Click the "..." to the right of "d - Date acquired" and verify that the > page doesn't scroll up to the top, and that the current date is > inserted in the field >4. Click the "..." to the right of "w - Price effective from" and verify > that the page doesn't scroll up and the current date is inserted > >Signed-off-by: Sam Lau <samalau@gmail.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > cataloguing/value_builder/dateaccessioned.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/cataloguing/value_builder/dateaccessioned.pl b/cataloguing/value_builder/dateaccessioned.pl >index 29aee40581..0c14b96f11 100755 >--- a/cataloguing/value_builder/dateaccessioned.pl >+++ b/cataloguing/value_builder/dateaccessioned.pl >@@ -45,6 +45,7 @@ function Focus$function_name(event) { > > function Click$function_name(event) { > set_to_today(event.data.id, 1); >+ return false; > } > > function set_to_today( id, force ) { >-- >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 34097
:
152772
|
152838
| 153214