- Issue created by @blu_regard
- 🇳🇿New Zealand quietone
Bug are fixed on the main development branch, 11.x, first. Thanks
- 🇺🇸United States blu_regard
I tagged this incorrectly, i'm on Version 11.2.2. i'll see if i can bring the fix from 11.x over to this version
- 🇦🇺Australia mstrelan
I think you misunderstood what @quietone meant. There is no bugfix on the 11.x branch, but if there is a bug it needs to be assessed against the 11.x branch and then backported.
the function `hasAccessToChildMenuItems` in /web/core/modules/system/src/Access/SystemAdminMenuBlockAccessCheck.php
seems to be returning AccessResult::neutral() for some reason.
It's because this loop is empty:
foreach ($this->menuLinkTree->load(NULL, $parameters) as $element)
You need at least one child menu item for this to show.
- First commit to issue fork.
- Merge request !12766Fixes for Access denied on System Admin Menu Block Access Check. → (Open) created by ankusht1515