https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41921
--- Comment #14 from Andrew Fuerste-Henry <[email protected]> --- (In reply to Katrin Fischer from comment #10) > I am wondering if this is practical - I think we resend the query quite > often, when changing the number of results on a page and when switching > between the paginated pages. Could it make sense intstead of tying it to a > preference/permission to tie it to the report? Some reports might be quick > and the background job could get in the way easily why this might make more > sense for other reports. When running a report as a background job, it seems we always return all rows on a single page, so there's no re-running while paging through. If the syspref is set to "let the user choose," there's a "run as background job" checkbox each time one runs a report that is checked by default. So if one were running a report multiple times with different parameter selections and didn't want to run them in the background, one would need to uncheck that box each time. That does seem onerous. Maybe there could be an option to set any given report to default to running not as a background job? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
