webstaff: fetch both staff_client and vandelay_queue record buckets
authorGalen Charlton <gmc@esilibrary.com>
Wed, 7 Oct 2015 18:36:13 +0000 (18:36 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 19 Oct 2015 15:08:02 +0000 (15:08 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js

index 7ace380..9056b86 100644 (file)
@@ -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 });
         },