https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212
Andrew Fuerste-Henry <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #114610|0 |1 is obsolete| | --- Comment #161 from Andrew Fuerste-Henry <[email protected]> --- Created attachment 115889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115889&action=edit Bug 20212: Use API to render orders datatable This patch makes the pending orders datatable render using the API instead of hte old controller script. It implements native server-side pagination thanks to the API and the datatables wrapper. On polishing it, we found that data can contain many null values, and it got dirtier in the process. This code with all the checks that are done on the data is the result of testing this dev with real-life production databases, huge ones with thousands of orderlines. To test: 1. You should compare the behaviour between this table, and the original one in master. Signed-off-by: Séverine QUEUNE <[email protected]> Signed-off-by: Andrew Fuerste-Henry <[email protected]> Signed-off-by: Martin Renvoize <[email protected]> Signed-off-by: Andrew Fuerste-Henry <[email protected]> -- 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/
