- Issue created by @Frederikvho
- Merge request !1Issue #3478573 Configured different permission for collection route. → (Open) created by Frederikvho
When trying to access the metatag list as a non-superuser you get permission denied.
I think the permission that's currently configured for this route is actually using a non existing dummy permission ('view contact entity').
Log in as any role as long as it's not a superuser or admin role with similar rights.
Visit the '/admin/config/system/domain_route_meta_tag/list' page directly or check if you can see the button on the '/admin/config/system/domain_route_meta_tag/add' page.
a) Visiting the page you should get an 'Access denied' error
b) On the 'metatag add' page you should not see the button to view the metatag list.
Define a permission to view all route metatags.
Define this permission in the metatags list route.
When your non super-user role has this new permission they should be able to go to the metatag list.
Define a permission to view all route metatags.
Define this permission in the metatags list route.
/
/
/
Active
3.0
Code