https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32502
Frédéric Demians <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #144783|0 |1 is obsolete| | --- Comment #2 from Frédéric Demians <[email protected]> --- Created attachment 144845 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144845&action=edit Bug 32502: Api call to patrons/{patron_id} permission change The API permissions for GET patrons/{patron_id} required staff to have edit_borrowers permission rather than view_borrower_infos_from_any_libraries. This has now been changed to allow staff to access patrons through the API. Test plan: 1) From a staff account that does not have edit_borrowers permission, make a request to patrons/{patron_id} 2) The request should be rejected 3) Apply patch 4) Repeat the request 5) The request should return the data for the patron requested Signed-off-by: Frédéric Demians <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
