[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0757600b7a18e1f80aa54078b494b4f562b38370

Evergreen Git git at git.evergreen-ils.org
Wed Apr 9 16:50:32 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  0757600b7a18e1f80aa54078b494b4f562b38370 (commit)
      from  81a71b098ddac1b621acb4b680edce841177e083 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0757600b7a18e1f80aa54078b494b4f562b38370
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Tue Feb 18 12:55:15 2014 -0500

    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 <lebbeous at esilibrary.com>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/xul/staff_client/server/cat/marcedit.js b/Open-ILS/xul/staff_client/server/cat/marcedit.js
index 5881a60..61adec9 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();
             }
         });

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/server/cat/marcedit.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list