]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html
LP1779158 Cache new queues / display active queues
authorBill Erickson <berickxx@gmail.com>
Fri, 4 Jan 2019 16:07:31 +0000 (11:07 -0500)
committerDan Wells <dbw2@calvin.edu>
Tue, 19 Feb 2019 22:56:49 +0000 (17:56 -0500)
commita3bae111c13dfbae6d8555db0356e277344b8a3b
treeb47f4e200e535d63de7eb6e4f9456132ccc11420
parent03268d65d2699b7b402aff0037e48e6566a331f8
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>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
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