From: Galen Charlton Date: Wed, 7 Oct 2015 18:36:13 +0000 (+0000) Subject: webstaff: fetch both staff_client and vandelay_queue record buckets X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d1a6b9fc83bb3965712105d5a34411fb0112799c;p=working%2FEvergreen.git webstaff: fetch both staff_client and vandelay_queue record buckets Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js b/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js index 7ace3802bf..9056b8675c 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js @@ -89,7 +89,7 @@ angular.module('egCatRecordBuckets', 'open-ils.actor', 'open-ils.actor.container.retrieve_by_class.authoritative', egCore.auth.token(), egCore.auth.user().id(), - 'biblio', 'staff_client' + 'biblio', ['staff_client', 'vandelay_queue'] ).then(function(buckets) { self.allBuckets = buckets }); },