]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1913458 Bucket Add/Delete Item Operations Batched
authorBill Erickson <berickxx@gmail.com>
Wed, 27 Jan 2021 16:55:56 +0000 (11:55 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 26 Feb 2021 02:26:37 +0000 (18:26 -0800)
commit45a54db4c5a87900a4fc779106108d3b554a9e66
tree583f6a62d129e4bf522938dc7122d3ff82c0c636
parent160fe92229e1699acddbc00636985e280ce8cd55
LP1913458 Bucket Add/Delete Item Operations Batched

In the record bucket administration UI, the act of adding or removing
items from a bucket are now done in batch to avoid too many parallel
requests.

These changes include new batch create/delete API calls that can operate
on any bucket type, so other UI's can be similarly batched as needed.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor/Container.pm
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js