https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29016 --- Comment #31 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198345&action=edit Bug 29016: Convert log viewer to ajax datatable The script viewlog.pl it's very slow because it retrieves all action logs at the same time. It should use KohaTables with pagination/number max of returning entries like other Koha tables (API + AJAX wrapper). Test Plan: 1) Apply this patch 2) Rebuild swagger file 3) Restart all the things! 4) Browse to /cgi-bin/koha/tools/viewlog.pl 5) Test functionality, functionality should be no different! * Limit by librarian * Limit by modules * Limit by actions * Object search string * Info search string * Limit by interface * Limit by from date * Limit by to date * Limit by from and to date * Test "Compare" checkboxes ( only two should be selectable at once ) * Test column sorting * Test sharable link * Test output to a file * Test columns show/hide Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.