http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9811
--- Comment #40 from Chris Cormack <[email protected]> --- (In reply to Fridolyn SOMERS from comment #39) > (In reply to Chris Cormack from comment #38) > > Oh and Galen just reminded me Datatables supports lazy loading, so it > > shouldnt be too hard to add that. > > Yes, I also was thinking about Datatables, they already exist in many places > in Koha. Yes, and this set of patches adds them, but in doing so, it renders the members-home.pl page utterly unusable on any system with lots of borrowers. I think you may be misunderstanding, 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. This is not acceptable, hence the failed qa, nor will an index fix it. It either needs to be rewritten to lazy load, or to not fetch all borrowers, or some other fix -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
