- Issue created by @n.ghunaim
- Status changed to Closed: won't fix
over 1 year 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