From: Lebbeous Fogle-Weekley Date: Tue, 18 Feb 2014 17:55:15 +0000 (-0500) Subject: LP#1281678 Fixed field context menus should trigger close confirmation dialog X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0757600b7a18e1f80aa54078b494b4f562b38370;p=evergreen%2Fpines.git 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 --- 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(); } });