Bug 30663: Add x-koha-override options to /suggestions
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 3 May 2022 14:20:46 +0000 (11:20 -0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 May 2022 13:26:41 +0000 (10:26 -0300)
commit9374824bc5d33109753931401c269e51fe21acf8
tree5cbf266e7a9de3aef959f14e5a9d22c8653f069f
parentcec899902e9543913e229c9c6773c234814d9ccf
Bug 30663: Add x-koha-override options to /suggestions

This patch adds the x-koha-override header parameter to the route that
is used to create suggestions, POST /suggestions.

The idea is that adding suggestions will be rejected under certain
conditions unless x-koha-override is passed with appropriate values. The
added overrides are:

* any
* max_total
* max_pending

Tests are added for the expected behavior.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
api/v1/swagger/paths/suggestions.yaml
t/db_dependent/api/v1/suggestions.t