[Koha-bugs] [Bug 20750] Allow timestamped auditing of ILL request events

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 27 12:19:04 CET 2019


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

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

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

--- Comment #106 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 85757
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=85757&action=edit
Bug 20750: (follow-up) Don't use object variable

We were unecessarily setting a property on the Logger object containing
the data to be logged, prior to calling log_something. This was
overcomplicated things and could be problematic if an unexpected call to
log_something was made. Now we just explicitly pass the data to
log_something.

As per comment #99 here:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20750#c99

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


More information about the Koha-bugs mailing list