https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20212
Jonathan Druart <jonathan.druart+k...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This development changes |This development changes release notes|how the orders table on |how the orders table on |receiving in acquisitions |receiving in acquisitions |is rendered. |is rendered. |Before this |Before these |patches all active orders |patches all active orders |data was fetched from the |data was fetched from the |database, along with all |database, along with all |the related data (patrons, |the related data (patrons, |biblio). This lead to |biblio). This leads to |significant delays because |significant delays because |all orders matching the |all orders matching the |filtering criteria were |filtering criteria were |loaded, even when only 20 |loaded, even when only 20 |rows are displayed on the |rows were displayed on the |UI. |UI. |With this patch, the |With this patch, the |table is rendering using |table is rendering using |server-side pagination, |server-side pagination, |provided by the REST API. |provided by the REST API. |This means |This means |(1) only the |(1) only the |information to be rendered |information to be rendered |is fetched (faster drawing |is fetched (faster drawing |(2) the page doesn't reload |(2) the page doesn't reload |anymore when a new filter |anymore when a new filter |is added: it just refreshes |is added: it just refreshes |the table, very fastly. |the table, very fastly. | | |Sponsored by: Camden County |Sponsored by: Camden County |Library System |Library System | | |Sponsored |Sponsored |by: ByWater Solutions |by: ByWater Solutions -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/