LP#1281678 Fixed field context menus should trigger close confirmation dialog
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Tue, 18 Feb 2014 17:55:15 +0000 (12:55 -0500)
committerDan Wells <dbw2@calvin.edu>
Wed, 9 Apr 2014 20:49:08 +0000 (16:49 -0400)
Same for using the Physical Characteristics Wizard.

Thanks Dan Wells for the spot.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/xul/staff_client/server/cat/marcedit.js

index 5881a60..61adec9 100644 (file)
@@ -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();
             }
         });