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>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
commit1d6e6608bbfb90722819211bfb78688cd7dcdcdb
tree19f08d5f76ed83e1e50bf11365dc6633302ba361
parent9da5ebdbe57c552b27ca7b588e806c0d3df3d2d2
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