[Koha-bugs] [Bug 28254] Make it possible to override rules in PUT /holds/:hold_id/pickup_location

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 28 20:01:56 CEST 2021


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

--- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 120283
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=120283&action=edit
Bug 28254: Make PUT /holds/:hold_id/pickup_location honour x-koha-override

This patch adds a new parameter (x-koha-override header) to the route,
and makes the controller pass this information (override requested) when
the AllowHoldPolicyOverride syspref is set, to
Koha::Hold->set_pickup_location.

This way, under certain conditions, we can be sure the update wont'
fail.

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

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


More information about the Koha-bugs mailing list