https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38446 Pedro Amorim <pedro.amorim@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #1 from Pedro Amorim <pedro.amorim@ptfs-europe.com> --- Adding Tomas here to the discussion. In extended_attributes_types, we have: x-koha-authorization: permissions: parameters: manage_additional_fields But staff members editing any of the additional fields supported resources e.g. ERM licenses may not have 'manage_additional_fields'. For Vue additional fields page (such as ERM licenses), this API endpoint needs to be retrieved in order to show configured additional fields on the form. To fix this for posterity, should we just have 'catalogue: "1"' for this endpoint? The UI page to manage additional fields should still be checking for manage_additional_fields anyway. -- You are receiving this mail because: You are watching all bug changes.