[main] allow hide permissions group list menu

This commit is contained in:
nobohan
2022-05-18 09:30:47 +02:00
parent cecfa1a18a
commit a4210dd2c7
7 changed files with 29 additions and 11 deletions

View File

@@ -21,6 +21,8 @@ use Symfony\Contracts\Translation\TranslatorInterface;
class UserMenuBuilder implements LocalMenuBuilderInterface
{
protected ParameterBagInterface $parameterBag;
private NotificationByUserCounter $notificationByUserCounter;
private Security $security;
@@ -29,8 +31,6 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
private WorkflowByUserCounter $workflowByUserCounter;
protected ParameterBagInterface $parameterBag;
public function __construct(
NotificationByUserCounter $notificationByUserCounter,
WorkflowByUserCounter $workflowByUserCounter,