https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16829 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 53061 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53061&action=edit Bug 16829: make logaction and GetLogs aware of the interface column This patch changes the logaction API so it accepts a new 'interface' param. Current code calling logaction is not changed, and this parameter can be ommited in most contexts, and it will correctly fall-back to C4::Context->interface. Unit tests are provided on a different patch. GetLogs gets patched as well, so it can be required to filter by 'interface' param. Sponsored-by: NEKLS -- You are receiving this mail because: You are watching all bug changes.