From a04f62132e3b99eea8837530c2e21e87b013c081 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 3 Aug 2021 17:11:42 -0400 Subject: [PATCH] LP1932358 Serialize patron bucket entry batch deletion Avoid large sets of parallel patron bucket item delete calls by serialzing the calls so they go one at a time. Adds a progress meter to the display during delete. Signed-off-by: Bill Erickson Signed-off-by: Josh Stompro Signed-off-by: Galen Charlton --- .../staff/circ/patron/bucket/t_view.tt2 | 14 +++++++++++++ .../default/staff/circ/patron/bucket/app.js | 21 +++++++++++++++---- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/bucket/t_view.tt2 b/Open-ILS/src/templates/staff/circ/patron/bucket/t_view.tt2 index 37cdaee866..a5d6a9c1e5 100644 --- a/Open-ILS/src/templates/staff/circ/patron/bucket/t_view.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/bucket/t_view.tt2 @@ -1,3 +1,17 @@ + + + +
+ +
+