https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15219 Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |WORKSFORME --- Comment #61 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- (In reply to Katrin Fischer from comment #59)
(In reply to Julian Maurice from comment #58)
(In reply to Tomás Cohen Arazi from comment #57)
Julian, take a look here:
https://gitlab.com/thekesolutions/Koha/commits/bug_20212_slowness_acq
we already have an API for checkouts, so you should just use it. I'm submitting the code for acquisitions soon, and you will be able to reuse the datatables extension to use the API (native API pagination included).
Is the REST API for checkouts also capable of handling datatable filtering (for bug 15235) ? What about the grouping of "today's checkouts" vs "previous checkouts" ? I think that this feature would be complicated to make using the REST API.
@Tomas: can you help with these questions?
We do that everywhere... adding an extra query parameter for special filters. (In reply to Owen Leonard from comment #60)
This bug is no longer relevent?
I think so. The patches at least, are no longer valid for several reasons. If there's a missing feature in the current implementation, a new bug should be filed. -- You are receiving this mail because: You are watching all bug changes.