projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5c968d
)
Show Vandelay Buckets in Manage Record Buckets
user/dbwells/lp_990878_show_vandelay_buckets
author
Dan Wells
<dbw2@calvin.edu>
Mon, 11 Jun 2012 15:18:08 +0000
(11:18 -0400)
committer
Dan Wells
<dbw2@calvin.edu>
Mon, 11 Jun 2012 15:18:08 +0000
(11:18 -0400)
The 'Manage Record Buckets' view is currently filtered to show
only 'staff_client' type buckets. This expands the filter to
include 'vandelay_queue' buckets.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/xul/staff_client/server/cat/record_buckets.js
patch
|
blob
|
history
diff --git
a/Open-ILS/xul/staff_client/server/cat/record_buckets.js
b/Open-ILS/xul/staff_client/server/cat/record_buckets.js
index
e4a0038
..
6d11ca1
100644
(file)
--- a/
Open-ILS/xul/staff_client/server/cat/record_buckets.js
+++ b/
Open-ILS/xul/staff_client/server/cat/record_buckets.js
@@
-296,7
+296,7
@@
cat.record_buckets.prototype = {
util.functional.filter_list(
buckets.biblio,
function(o) {
- return
o.btype() == 'staff_client'
;
+ return
(o.btype() == 'staff_client' || o.btype() == 'vandelay_queue')
;
}
),
function(o) {