Bug 21822

Summary: "Renew all" with one call to the server
Product: Koha Reporter: Magnus Enger <magnus>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Magnus Enger 2018-11-13 14:19:53 UTC
In the staff client today, if a user has 200 items on loan and wants to renew them all, 200 Ajax requests are fired off to the server. If you are a bit paranoid about DOS attacks, you might have safeguards in place that kills off a number of those requests. 

It might be better all around to have a "Renew all" button that fires off *one* request to the server and gets the total results of the renew process back.