Skip to content
Snippets Groups Projects
Commit 4c63ec15 authored by Pablo López's avatar Pablo López
Browse files

Issue #3415572: Adjust how Help link and Content links are removed from the...

Issue #3415572: Adjust how Help link and Content links are removed from the Administration menu for the Navigation bar
parent 13c335b6
No related branches found
No related tags found
1 merge request!8026Issue #3415572: Adjust how Help link and Content links are removed from the Administration menu for the Navigation bar
......@@ -35,7 +35,7 @@ public function onLinkTreeManipulate(NavigationLinkTreeEvent $event): void {
unset($tree[$key]);
}
// Remove childs of content menu, if any.
// Remove child items of content menu, if any.
$parent = $item->link->getParent();
if ($parent == 'system.admin_content') {
unset($tree[$key]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment