- Issue created by @c-logemann
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → .
If menu_ui module is activated and there is manually created a custom menu link with path "/admin" inside the Admin menu (/admin/structure/menu/manage/admin) the menu items with path "/admin/*" in this menu disappear and the path "/admin" is not accessible any more even for user/1.
Error message form dblog:
Path: /admin. Drupal\Core\Http\Exception\CacheableAccessDeniedHttpException: in Drupal\Core\Routing\AccessAwareRouter->checkAccess() (line 115 of /path/to/drupal/web/core/lib/Drupal/Core/Routing/AccessAwareRouter.php).
This was recognized at a 10.2.* system but also exists on a vanilla core 11.0.9 system with install profile "minimal" and additional only activated module "menu_ui".
A manual fix is deleting the menu item with "/admin/structure/menu/item/{menu item id}/edit". But because the menu items disappear the menu item id needs to retrieved on another way.
Create menu item as described above.
?
?
?
?
?
?
?
Active
11.0 🔥
menu_ui.module
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → .