Bug 21822 - "Renew all" with one call to the server
Summary: "Renew all" with one call to the server
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-13 14:19 UTC by Magnus Enger
Modified: 2018-11-13 14:19 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.