[Koha-bugs] [Bug 21809] New: Deleting a request does not delete its log entries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 12 15:28:14 CET 2018


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

            Bug ID: 21809
           Summary: Deleting a request does not delete its log entries
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: ILL
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrew.isherwood at ptfs-europe.com

Bug 20750 adds the ability for events on ILL requests to be logged in the
action logs. Currently changes to request status can be logged.

However, when a request is deleted, the logs associated with that request are
not. Since the request ID then becomes available, the next time a request is
created, it will re-use the ID of the deleted request and instantly be
associated with the log entries for that request.

It's not currently possible to fix this since C4::Log doesn't provide any
methods to delete log entries. So I'm going to add an enhancement bug for that.

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


More information about the Koha-bugs mailing list