8 Aug
2013
8 Aug
'13
4:07 p.m.
these patches add datatables, but they also change the behaviour so when you visit the members page it fetches every single borrower from the database. In C4/Utils/DataTables/Members.pm : The SQL query does not fetch all borrowers, it uses iDisplayStart and iDisplayLength to limit to the first page (usually 20 borrowers). And when there is not filter, there is only a select count(*) from borrowers,
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9811 --- Comment #42 from Fridolyn SOMERS <fridolyn.somers@biblibre.com> --- (In reply to Chris Cormack from comment #40) this should not take a long time. -- You are receiving this mail because: You are watching all bug changes.