Bug 36405

Summary: Batch extend due dates UX could be improved (run the job as background)
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: lisette
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Liz Rea 2024-03-22 17:59:48 UTC
Currently in the batch extend due dates tool clicking submit on the form gives the user no feedback, and large jobs can end up in an error being displayed to users (even though the job itself is still processing in the server). 

This could be solved several ways, but possibly the best way is to run the change as a background job and store the result as we do for other types of batch modification for review at a later time.