From 0757600b7a18e1f80aa54078b494b4f562b38370 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Tue, 18 Feb 2014 12:55:15 -0500 Subject: [PATCH] LP#1281678 Fixed field context menus should trigger close confirmation dialog Same for using the Physical Characteristics Wizard. Thanks Dan Wells for the spot. Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Remington Steed Signed-off-by: Dan Wells --- Open-ILS/xul/staff_client/server/cat/marcedit.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js index 5881a609f1..61adec92a8 100644 --- a/Open-ILS/xul/staff_client/server/cat/marcedit.js +++ b/Open-ILS/xul/staff_client/server/cat/marcedit.js @@ -995,6 +995,7 @@ function getFFContextMenu(type, name) { window[funcname] = function() { el.value = code; updateFixedFields(el); + oils_lock_page(); }; /* In XUL land we can't set an element's @@ -1034,6 +1035,7 @@ function launchPhysCharWizard(popup_node) { "node": popup_node, "onapply": function(v) { createControlField("007", v); + oils_lock_page(); loadRecord(); } }); -- 2.43.2