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

Evergreen Git git at git.evergreen-ils.org
Mon Jun 11 12:14:43 EDT 2012


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  dafaf313a1b8ede49c5cb2f7b19a69f1e65db51b (commit)
      from  37aa19848f43d2a9210265d88c93f2650fcdf65f (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 dafaf313a1b8ede49c5cb2f7b19a69f1e65db51b
Author: Bill Erickson <berick at esilibrary.com>
Date:   Fri Jun 8 15:51:50 2012 -0400

    Load Vandelay queue list in Inspect Queue
    
    When the Inspect Queue tab is opened, ensure the list of queues for the
    default selected type (bib queues) is loaded.
    
    https://bugs.launchpad.net/evergreen/+bug/1010636
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
index c7ed37c..5d7d6a3 100644
--- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js
+++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js
@@ -344,8 +344,10 @@ function runStartupCommands() {
     dojo.style('vl-nav-bar', 'visibility', 'visible');
     if(currentQueueId)
         return retrieveQueuedRecords(currentType, currentQueueId, handleRetrieveRecords);
-    if (cgi.param('page', 'inspectq'))
+    if (cgi.param('page', 'inspectq')) {
+        vlShowQueueSelect();
         return displayGlobalDiv('vl-queue-select-div');
+    }
         
     vlShowUploadForm();
 }

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

Summary of changes:
 Open-ILS/web/js/ui/default/vandelay/vandelay.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list