https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29016
--- Comment #8 from Kyle M Hall (khall) <[email protected]> --- Created attachment 196378 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196378&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 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
