27 Jan
2021
27 Jan
'21
11:39 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27330 --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 115865 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115865&action=edit Bug 27330: Return 403 if club has no enrollments This patch makes the controller script return a 403 as it should [1] instead of a plain 500. To test: 1. Apply the regressions tests patch 2. Run: $ kshell k$ prove t/db_dependent/api/v1/clubs_holds.t => FAIL: Tests fail! 3. Apply this patch 4. Repeat 2 => SUCCESS: Tests pass! 5. Sign off :-D [1] https://www.restapitutorial.com/httpstatuscodes.html -- You are receiving this mail because: You are watching all bug changes.