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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 18 Aug 2020 13:45:48 +0000 (15:45 +0200)
commit807147fb7b20c837f9afc3e2d6ba589d86d86cbe
treeff5961ce00dc95f72e14fbf59b834717182ddf5f
parentc933e25b6f226eb2536761f04b5fc6608c7f80c4
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>
C4/Log.pm
t/db_dependent/Illrequest/Logger.t
t/db_dependent/Koha/Patron/Messages.t
t/db_dependent/Log.t