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@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
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();
}