[Koha-bugs] [Bug 19250] Add pagination to /acquisitions/vendors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 23 21:27:03 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19250

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 69317
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69317&action=edit
Bug 19250: Add /acquisitions/vendors pagination

This patch makes the /acquisitions/vendors endpoint paginated and handle
the new special params introduced by 19410: _match, _order_by_, _page
and _per_page.

To do so, the OpenAPI spec is updated with the new parameters, and
_to_model is rewritten to avoid autovivification, as required by the
extension of the objects.search helper, introduced by bug 19686.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list