[Koha-bugs] [Bug 27863] Add a way to override constraints on pickup_libraries route if 'AllowHoldPolicyOverride' is enabled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 4 18:59:52 CET 2021


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org,
                   |                            |kyle at bywatersolutions.com,
                   |                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I think this is the right approach for this series of bugs, related to
rendering pickup locations. One doubt remains:

I picked the 'any' value for x-koha-override. But the implementation does a
Koha::Libraries->search({ pickup_location => 1 }) when the override is passed
and conditions met... and I was wondering, could we want to override that
condition as well? If we consider that could be necessary, then we should use
something like 'object_pickup_locations' (sorry, didn't find something better)
and then pick some other keyword for pickup_location => 1, and reserve 'any'
for overriding them all.

Hope my doubt makes sense, and I get some valuable feedback.

Thanks!

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


More information about the Koha-bugs mailing list