[Koha-bugs] [Bug 16829] action_logs should have an 'interface' column

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 7 21:19:30 CEST 2016


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

Nicole C. Engard <nengard at gmail.com> changed:

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

--- Comment #7 from Nicole C. Engard <nengard at gmail.com> ---
Created attachment 53200
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53200&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

Signed-off-by: Nicole C Engard <nengard at bywatersolutions.com>

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


More information about the Koha-bugs mailing list