[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 2b56acffb83db22797ad2a1ddefd2382fe5f92e6
Evergreen Git
git at git.evergreen-ils.org
Mon Jun 11 12:15:06 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, rel_2_2 has been updated
via 2b56acffb83db22797ad2a1ddefd2382fe5f92e6 (commit)
from 3d4fefcba3aa568ddecceb2a70402cf367a20854 (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 2b56acffb83db22797ad2a1ddefd2382fe5f92e6
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