]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1796971 Wait for call number and copy before loading locations
authorDan Wells <dbw2@calvin.edu>
Thu, 11 Oct 2018 13:21:05 +0000 (09:21 -0400)
committerCesar Velez <cesardv@protonmail.ch>
Tue, 16 Oct 2018 22:16:48 +0000 (18:16 -0400)
commit193f06dab36b0636dc9cae2178309400022b6493
tree493ef4b38a72865adf354170598e17360c3de020
parent1319a3aa6ad46d66085a512ad3144b926ce41ca3
LP#1796971 Wait for call number and copy before loading locations

In cases where add a copy to a call number, we fetch the original
call number via async, then attach the new copy to it.  Before this
commit, however, we were not waiting for the call number fetch
promise to resolve, so the copy wasn't there to use for limiting the
location load.

Since the async request is internal to a loop, one way out is to
capture that promise, then make sure it resolves before loading the
locations.

(We previously returned the copies from the internal function, but that
value wasn't being used anyway, so we don't worry about unwrapping the
$q.all() when it resolves.)

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: John Amundson <jamundson@cwmars.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/cat/volcopy/app.js