[Koha-bugs] [Bug 28108] LetterLog/Acquistions/Claims: Logging filters are broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 8 20:51:20 CEST 2021


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

--- Comment #2 from David Nind <david at davidnind.com> ---
For the history of this bug see comments 34 (item 6), 46, 89, 90, 91, 92, 93
and 94 from bug 14233 for the details.

My notes from the comments:

- The module name Letters in Tools > Logs was confusing after logging of
notices was added in bug 14233.
- The name of the module in Tools > Logs was changed from 'Letter' to 'Claims',
as this reflects what is being logged: it was intended to log acquisition
claims emails.
- The preference name for enabling logging was changed from LetterLog to
ClaimsLog.
- The filters were updated so it shows log entries for 'CLAIMS', as it was
discovered that there was a bug and it was actually showing logs for the
Acquisitions module, so was not really showing what was intended "..actually
logs aquisitions related notices being sent.. mostly 'Claims'".

Draft test plan:
1. Before applying the patch
   . Enable LetterLog system preference 
   . Generate log entries for claims letters in acquisitions [not sure how to
do this -
https://koha-community.org/manual/20.11/en/html/acquisitions.html#claims-and-late-orders]
   . Notice that log entries are not showing for letters
2. Apply the patch
3. Update the database: databaseupdate
4. With just the Claims module selected in the log viewer it should now show
the expected log entries [may need to perform actions to generate the required
log entries]
5. Run tests, these should pass:
   . prove t/db_dependent/Letters.t
   . prove t/db_dependent/UsageStats.t
6. Sign off!

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


More information about the Koha-bugs mailing list