https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29134
--- Comment #8 from Jonathan Druart <[email protected]> --- (In reply to Martin Renvoize from comment #7) > I'm not all that familiar with C4::Utils::DataTables::Members, but I having > had a quick read I'm not averse to Nick approach of having it 'all sql'. > > With that said, I'd really love to wrap my head around what that module is > used for at all.. it feels like we should be able to move to using the > patron API and our datatables wrapper for this now in most cases? It's the first module that provided a JSON for DataTables in AJAX (so with filter, ordering, etc.) It does a lot of things, and using the REST API (with the DT wrapper) won't be easy. It's used for the different patron searches Nick wrote something on bug 29125, to remove the raw SQL. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
