Tomas Cohen Arazi
60a253c983
The previous patch introduces some behavioural changes to the API, as well as the data types that need to be passed; all happens in the tests. This patch adapts the route so it complies with those changes: - JSON object containing pickup_library_id attribute is now passed back and forth. - The controller should take care of checking the pickup location is valid, using the available tools. To test: 1. Apply the patches, up to the tests 2. Run: $ kshell k$ prove t/db_dependent/api/v1/holds.t => ERROR: Tests fail because the controller doesn't implement the desired behavior 3. Apply this patch 4. Repeat 2 => SUCCESS: Tests pass! 5. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> |
||
---|---|---|
.. | ||
acquisitions_funds.json | ||
acquisitions_orders.json | ||
acquisitions_vendors.json | ||
advancededitormacros.json | ||
biblios.json | ||
cash_registers.json | ||
checkouts.json | ||
circulation-rules.json | ||
cities.json | ||
clubs.json | ||
config_smtp_servers.json | ||
holds.json | ||
ill_backends.json | ||
illrequests.json | ||
import_batch_profiles.json | ||
items.json | ||
libraries.json | ||
oauth.json | ||
patrons.json | ||
patrons_account.json | ||
patrons_holds.json | ||
patrons_password.json | ||
public_patrons.json | ||
quotes.json | ||
return_claims.json | ||
rotas.json | ||
transfer_limits.yaml |