]> git.evergreen-ils.org Git - working/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:02 +0000 (10:55 -0500)
commit044c42dd1deefe387181ea4810d3d6b597ff24ad
tree616d201470855307f86d972e5957b2efc2346662
parentb90b6eaca8ac1a23101cdd9f2752058408bc9a22
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