I am facing the same issue for 1.0.0-rc8
Following code will resolve the issue. Update this code in the getCustomMenuContent() function in CustomAdminMenuManager.php <?php // Filter allowed items. if (isset($buildArray['#items']) && is_array($buildArray['#items'])) { $this->customAdminMenuMenuItemDisplayManager->filterItems($buildArray['#items']); // Add toolbar-icon class. $this->initClasses($buildArray['#items']); } ?>
- Status changed to Needs review
almost 2 years ago 11:06am 10 February 2023 -
tsecher →
committed 132a95be on 1.0.x authored by
riteshgupta →
Issue #3228155 by riteshgupta, mitmit: Fatal error after installing...
-
tsecher →
committed 132a95be on 1.0.x authored by
riteshgupta →
- Status changed to Fixed
over 1 year ago 12:50pm 22 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.