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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 21 21:01:59 CEST 2020


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

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

--- Comment #65 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 110482
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110482&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.

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


More information about the Koha-bugs mailing list