]> git.evergreen-ils.org Git - working/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:25:48 +0000 (18:25 -0800)
commit1d0e1817e363def0dff639deacea1356503a1693
treef76aa27295eabf3668a52de33d8edc0f1fe69a5e
parentc2e0686ef3f1501d4ceafd304d54163a4402ad60
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