]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1745499 De-Parallelify Item Status file upload
authorBill Erickson <berickxx@gmail.com>
Fri, 26 Jan 2018 21:42:08 +0000 (16:42 -0500)
committerJason Stephenson <jason@sigio.com>
Sun, 18 Feb 2018 15:55:52 +0000 (10:55 -0500)
commit87cb606448ffccab02f89e383c22cc2b36da69e0
tree6b6dafe96f422636d6f11843c7e8f47e923064c8
parente8c27cb28cad4ac2fb5e9dd8c535a42bcb30fab1
LP#1745499 De-Parallelify Item Status file upload

Fetch copies in a series instead of in parallel when loading copy
barcodes from a file in the Item Status interface.  This helps avoid
excessive pcrud process count.

Since this causes the action to take a little longer, the commit also
includes a progress dialog indicating copy retrieve progress.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/web/js/ui/default/staff/cat/item/app.js