[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 17:08:57 CET 2021


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

--- Comment #5 from Christopher Brannon <cbrannon at cdalibrary.org> ---
(In reply to Fridolin Somers from comment #4)
> Here is a fix.
> But it needs a big test plan.
> 
> Christopher, do you think you can create the test plan for where patch has
> an impact ?
> I'm actually short on time.

Not sure how well I can.  I was only able to observe that it wasn't updating
for our coverflow reports.  I can't even test the ability to send report in
e-mail, as I don't have that functionality on a test server.  And I am not sure
which method of e-mailing you are referring to.  Are you talking about using
the scheduling feature, or e-mailing from the backend like we do through
ByWater via a cron job (I think)?

If I had to guess, I would say:

1) Create a report.
2) Run report.
3) Check the report listing.  Confirm that the last run info on the report is
updated.
4) Make report public.
5) Run report via public url.
6) Check the report listing.  Confirm that the last run info on the report IS
NOT updated.
7) Schedule the report to run at a given time and e-mailed to an address.
8) After the report runs at the scheduled time, check the report listing. 
Confirm that the last run info on the report IS NOT updated.
9) Run report.
10) Export results.
11) Check the report listing.  Confirm that the last run info on the report IS
NOT updated AT THE TIME OF THE EXPORT.

Questionable (I don't know if this is addressed):
12) Run report on backend through a cron job and send results via e-mail.
13) Check the report listing.  Confirm that the last run info on the report IS
NOT updated.

14) Apply patch.
15) Rerun steps 2-13.  Confirm that steps 3, 6, 8, 11, and 13 DO UPDATE the
last run info.

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


More information about the Koha-bugs mailing list