LP1779158 Cache new queues / display active queues
authorBill Erickson <berickxx@gmail.com>
Fri, 4 Jan 2019 16:07:31 +0000 (11:07 -0500)
committerBill Erickson <berickxx@gmail.com>
Mon, 7 Jan 2019 15:14:25 +0000 (10:14 -0500)
commit96694179159717fb9f56a53fb8cf8aba3c69d12d
tree996de2071425960df4db6da2eeab92860e922763
parent9952ce5313eeb69ca8f2ecc71c99c0353666d5cd
LP1779158 Cache new queues / display active queues

* Only list active (non-complete) queues in the Vandelay queue selector
  combobox.
* Display an alert message when the user attempts to create a queue
  whose name collides with an existing queue for the user.
* Be sure newly created queues are added to the local cache of queues in
  the Vandelay service.
* Remove unused activeQueue list from vandelay.service to avoid having
  to maintain 2 separate queue caches.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html
Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.ts
Open-ILS/src/eg2/src/app/staff/cat/vandelay/vandelay.service.ts