[Koha-bugs] [Bug 24841] REST API should check if patron is restricted/debarred

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 11 11:03:40 CET 2020


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

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
The first implementation of bug 17247 added the check to CanItemBeReserved.

On bug 17247 comment 13 I noticed that it had a behavior that was not
advertised (the change was not only modifying ILSDI, but also placing a hold
from the interface, and also the REST API finally).

Then Arthur moved the check out of CanItemBeReserved.

This bug report shows that the initial check was correctly placed, the check
must be put at lower (C4::Reserves) module. But in that case the different
behaviors must be advertised, functionaly tested, validated, and covered by
testes.

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


More information about the Koha-bugs mailing list