[Koha-bugs] [Bug 27865] Hold pickup location dropdown on patron pages should respect hold fulfillment policies

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 5 18:17:21 CEST 2021


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

--- Comment #8 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to Katrin Fischer from comment #7)
> (In reply to Tomás Cohen Arazi from comment #6)
> > I now recall it. This bug wasn't about fixing the dropdown, but fixing the
> > PUT, which was failing even though the dropdown presents the libraries to
> > override.
> 
> So I should be able to change the pickup location to an invalid one or only
> when the override is possible?

Only when the override is possible. The PUT route should reject the request.
But that's not in the scope of this bug. That is taken care of on bug 27898,
and it is correctly tested in my opinion. What you might be facing here, is
wrong dropdown rendering. Which could be solved the way we did in bug 27894 and
friends.

As I said, the idea was to make it easy to backport this, and move the dropdown
rendering into using Select2 + API + visual feedback on overrides, on a
separate bug.

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


More information about the Koha-bugs mailing list