Problem/Motivation
I'm not able to see a page related to the link "Managed Permissions" under the menu Structure > Contact Form> One form > Managed Permissions
Steps to reproduce
1. Log in as administrator
2. Click on Structure > Contact Form> Website feedback > Manage permissions
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
I have reproduced this issue on Drupal 9.5.2.
PHP 8.1
When I tried to open a path with this structure : admin/structure/contact/manage/{contact_form}/permissions I got this message:
"Access Denied"
This is my error log:
es/admin/structure/contact/manage/personal/permissions. Drupal\Core\Http\Exception\CacheableAccessDeniedHttpException: en Drupal\Core\Routing\AccessAwareRouter->checkAccess() (línea 122 de /app/core/lib/Drupal/Core/Routing/AccessAwareRouter.php
If I tried to debug I got this array:
"The 'administer permissions" permission is required"
But I'm administrator on this website.