[Koha-bugs] [Bug 27931] Add GET /items/:item_id/pickup_locations

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 11 20:33:00 CET 2021


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

--- Comment #2 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 118171
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118171&action=edit
Bug 27931: Add GET /items/:item_id/pickup_locations

This patch adds the mentioned route. It does so by:
- Adding the new path in paths.json
- Adding the full route spec in items.json
- Adds a controller method that takes care of the task

To test:
1. Apply this patches
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/items.t
=> SUCCESS: Tests pass!
3. Play with your favourite REST tool. Pay special care to
   the AllowHoldPolicyOverride syspref and the expected behaviors.
=> SUCCESS: All works as expected
4. Sign off :-D

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


More information about the Koha-bugs mailing list