https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40115 Andrii Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com --- Comment #1 from Andrii Nugged <nugged@gmail.com> --- The issue might be here: api/v1/swagger/paths/acquisitions_vendors_config.yaml:36-38 x-koha-authorization: permissions: acquisition: 1 If we compare with the pre-Vue version in acqui/vendors.pl:35: flagsrequired => { acquisition => '*' }, So the YAML should be: acquisition: "*" to allow to GET /acquisitions/vendors/config if user has ANY of sub-parameters in "acquisition" permissions group. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.