https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190
--- Comment #363 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 194094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194094&action=edit Bug 10190: Fix patron_categories permission format The x-koha-authorization was using 'parameters: catalogue' which the Koha auth system interprets as a 'catalogue' subpermission within the 'parameters' module (which doesn't exist), causing a 403 for any user. The correct format for the top-level 'catalogue' permission is 'catalogue: "1"', consistent with all other read-only API endpoints. -- 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/
