Bug 26181: Disable override by default in /holds
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 10 Aug 2020 20:30:25 +0000 (17:30 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 12 Feb 2021 11:14:50 +0000 (12:14 +0100)
commit15fcd755a24b07fc959210d2cb812d571bea3faf
tree7aca6b24b5754d17fd89a7d5c841b790ff8899f0
parent758732c052bc56f0f24213d95febfe5736baa1f0
Bug 26181: Disable override by default in /holds

This patch disables AllowHoldPolicyOverride by default in /holds. It
also adds a header that can be used to request the override explicitly.

Tests are added for this behaviour

To test:
1. Apply the regression tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/holds.t
=> FAIL: Tests fail because the behaviour is not implemented
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: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/REST/V1/Holds.pm
api/v1/swagger/paths/holds.json