[Koha-bugs] [Bug 26669] Last Run column not updated when report is run publicly (via CoverFlow or elsewhere)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 14 16:50:46 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26669

--- Comment #3 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 115166
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115166&action=edit
Bug 26669: Last Run if report not always updated

The last run of a report is updated only if method execute_query() is
called with report_id.
This whas missing for :
- when report is run publicly
- when report is sent by email
- when report is exported

Patch changes the method signature to use a hash of params, in order to
easily avoid some params.

Test plan is coming...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list