https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41869 --- Comment #4 from David Nind <david@davidnind.com> --- Created attachment 193496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193496&action=edit Bug 41869: Change place_holds permission to /holds POST and PATCH This patch changes the place_holds permission to be required for POST and PATCH requests to /holds. Test plan: 1. Create a patron with the place_holds permission. 2. Try to add (POST) a hold to /holds and verify that it is forbidden. 3. Try to edit (PATCH) a hold to /holds and verify that it is forbidden. 4. Apply the patch and repeat steps 2 and 3, verifying that the requests are now allowed. 5. prove t/db_dependent/api/v1/holds.t Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes.