]> git.koha-community.org Git - koha.git/commit
Bug 29506: (follow-up) Adapt GET /patrons
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 17 Nov 2021 17:57:26 +0000 (14:57 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 6 Jan 2022 00:03:28 +0000 (14:03 -1000)
commitc9cb8e5879a1cfac2bbe8e878107c47832164f56
treecf5c377b4bfebdb818c4233f36032874402ac640
parent13fba03080af3389217ca0c152a08521e0b9cd42
Bug 29506: (follow-up) Adapt GET /patrons

This patch makes GET /patrons rely on this new behavior from the
objects.search helper.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/patrons.t
=> SUCCESS: Tests pass!
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests still pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/REST/V1/Patrons.pm