[Koha-bugs] [Bug 20212] Slowness in Receiving in Acquisitions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 26 17:37:39 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212

Séverine Queune <severine.queune at bulac.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #112310|0                           |1
        is obsolete|                            |

--- Comment #77 from Séverine Queune <severine.queune at bulac.fr> ---
Created attachment 112524
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112524&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 <severine.queune at bulac.fr>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list