Comment 11 for bug 1756142

Revision history for this message
Dan Wells (dbw2) wrote :

I am wondering if we might have two different bugs in this interface. I've done much of my testing using srfsh, as the original problem seems to manifest there as well using the following command:

request open-ils.reporter open-ils.reporter.schedule.retrieve_by_folder "AUTH_TOKEN_HERE", 3, "", 1

Of course, the various IDs would need adjusting for your particular instance. Without the offered patch, this command reliably fails for me in srfsh, but with the patch, it reliably succeeds. Sometimes it takes quite a while, though (up to 20 seconds in my case for ~6000 results).

Are folks still getting failures when testing via srfsh with the patch? Here is the similar command for a list of templates:

request open-ils.reporter open-ils.reporter.folder_data.retrieve "AUTH_TOKEN_HERE", "template", 1, "", 0

I *think* this fetches all for a given folder, but may have grabbed the wrong one, so please double-check if you try this.

Thanks!