27 Feb
2026
27 Feb
'26
11:11 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10190 --- Comment #363 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- 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.