[Koha-bugs] [Bug 18816] Make CataloguingLog work in production by preventing circulation from spamming the log

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 9 15:40:04 CEST 2017


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64393|0                           |1
        is obsolete|                            |

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 65711
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65711&action=edit
Bug 18816 - Make CataloguingLog work in production by preventing circulation
from spamming the log

The system preference CataloguingLog is not recommended for use in
production. This is do to the fact that every checkin and checkout
generates one or more log entires. This seems to be not only bad
behavior, but unnecessary and outside the needs of CataloguingLog as we
have CirculationLog.

Test Plan:
1) Enable CataloguingLog
2) Note the checkins and checkouts cause log entries
3) Apply this patch
4) Note that checkins and checkouts no longer cause log entries,
   but editing the item will continue to cause log entries.

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


More information about the Koha-bugs mailing list