https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27894 --- Comment #2 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 118122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118122&action=edit Bug 27894: Adapt /holds/:hold_id/pickup_locations This patch makes the controller for the route, return all valid pickup locations (i.e. pickup_location => 1) when AllowHoldPolicyOverride is set to 'Allow', but also adds a calculated attribute: 'needs_override' so the consumer knows the specific pickup location needs an override (and thus be able to provide visual feedback on a single run). To test: 1. Apply the regression tests 2. Run: $ kshell k$ prove t/db_dependent/api/v1/holds.t => FAILURE: Tests fail, the change is not implemented 3. Apply this patch 4. Repeat 2 => SUCCESS: Tests pass! 5. Sign off :-D -- You are receiving this mail because: You are watching all bug changes.