]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1745499 De-Parallelify Item Status file upload user/berick/lp1745499-file-upload-pcrud-blast
authorBill Erickson <berickxx@gmail.com>
Fri, 26 Jan 2018 21:42:08 +0000 (16:42 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 26 Jan 2018 21:42:10 +0000 (16:42 -0500)
commit66266c6d88c67659444cc2765dc1e07f4c7614db
tree1ad196c2f27939594ff2fa62db0c1653062d0b63
parent245e11aa06fd3cd0fc30510cd4bc0f80132b1010
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>
Open-ILS/web/js/ui/default/staff/cat/item/app.js