Open
Description
I have just implemented authorizator, where the public function isMenuItemAllowed(IMenuItem $item): bool
returns false
in all cases, but it has no effect what so ever on whether the item is displayed or not. The only effect it has is on whether the item can be active or not. Did I misunderstand something or is it a bug?