Comment 10 for bug 1208875

Revision history for this message
Jason Stephenson (jstephenson) wrote :

I have confirmed that this bug is still an issue in master/rel_2_10. I received an empty CSV download after about 30 seconds to a minute for a patron with 676 circulations in their history.

I am inclined to add a back end call, perhaps in open-ils.actor, to retrieve a patron's circ history. This could be used to write a CSV from the OPAC code itself and bypass the action trigger mechanism that is currently used. It looks to me that using action trigger is the main reason for the timeouts.

As for security, I'll implement the new routine to require authorization and the authtoken must be owned by the user whose circulation history is being retrieved.