- Issue created by @n.ghunaim
- Status changed to Closed: won't fix
almost 2 years ago 7:41am 16 April 2023
Inaccessible links appear on the menu
Unpublish the node that linked to the menu, or use the menu manipulator module then you can see there an Inaccessible link appear on the menu
Add an if statement before adding the links rendered.
if ($backend === FALSE && !$item->access->isAllowed()) {
continue;
}
Closed: won't fix
1.0
Code