- Issue created by @stefan.korn
- Merge request !52Issue #3540146: Config Page entity field formatter does not respect permissions → (Open) created by stefan.korn
It seems that the "Config Page entity" field formatter does not respect the permissions set to view config pages. This results in only admin user being able to see config pages rendered through the field formatter.
If a role has the permission to view the specific config page type or any config page type, the field formatter should display the config page to a user with this role.
Change code that checks access in the field formatter (problem is, that field formatter is checking access for 'config page type' entity, while it should check access for 'config page' entity instead).
Active
2.0
Code