]> git.koha-community.org Git - koha.git/commit
Bug 23632: Remove C4::Logs::GetLogs
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Aug 2020 09:28:53 +0000 (11:28 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 4 Sep 2020 14:39:36 +0000 (14:39 +0000)
commit729432170d0a18b69f3f4e597c530cfe869f6b15
tree5705007b0c98b2b41e4a44087dcf249bf92b8cdf
parentc320dfa3beef2bce10e87572ee9dd7f6849a694f
Bug 23632: Remove C4::Logs::GetLogs

Koha::ActionLogs->search must be used instead.
There is no call to this subroutine in our code, it should be removed.

Test plan:
Make sure the 3 test files still return green and that there is no more
occurrences of GetLogs in the codebase.

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 807147fb7b20c837f9afc3e2d6ba589d86d86cbe)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Log.pm
t/db_dependent/Illrequest/Logger.t
t/db_dependent/Koha/Patron/Messages.t
t/db_dependent/Log.t