Summary: | Add a 'cron' interface limit to the log viewer | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Tools | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, jonathan.druart, lucas, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This enhancement adds the option to limit viewing logged actions done by cron only
|
Version(s) released in: |
20.11.00
|
Circulation function: | |||
Bug Depends on: | 22600, 25845 | ||
Bug Blocks: | |||
Attachments: |
Bug 26086: Add 'cron' to log viewer interface options
Bug 26086: Add 'cron' to log viewer interface options Bug 26086: Add 'cron' to log viewer interface options Bug 26086: (follow-up) Be consistent with space in cron job Bug 26086: Add 'cron' to log viewer interface options |
Description
Nick Clemens (kidclamp)
2020-07-29 13:47:47 UTC
Created attachment 107502 [details] [review] Bug 26086: Add 'cron' to log viewer interface options Test plan: - perform a manual renewal - run the auto-renew cron, make sure it renews at least one item - go to the log viewer, search for renewals today - confirm it shows both renewals - limit your search to interface=cron - confirm it only shows the automatic renewal Created attachment 108428 [details] [review] Bug 26086: Add 'cron' to log viewer interface options Signed-off-by: Rebecca Coert <rcoert@arlingtonva.us> Created attachment 108435 [details] [review] Bug 26086: Add 'cron' to log viewer interface options Signed-off-by: Rebecca Coert <rcoert@arlingtonva.us> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Inconsistency found: 55 [% CASE 'CRONJOBS' %]Cron jobs 90 [% CASE 'CRON' %]Cronjob Created attachment 108501 [details] [review] Bug 26086: (follow-up) Be consistent with space in cron job Created attachment 108505 [details] [review] Bug 26086: Add 'cron' to log viewer interface options Signed-off-by: Rebecca Coert <rcoert@arlingtonva.us> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Bug 26086: (follow-up) Be consistent with space in cron job Pushed to master for 20.11, thanks to everybody involved! For the sake of release notes, I'm changing this to enhancement. If you think this is wrong, feel free to change it back. enhancement will not be backported to 20.05.x |