generate entry "my tasks" dynamically

This commit is contained in:
2018-07-17 17:34:59 +02:00
parent f9221f9f90
commit e0e7376c1d
3 changed files with 25 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ services:
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
$counter: '@Chill\TaskBundle\Templating\UI\CountNotificationTask'
$translator: '@Symfony\Component\Translation\TranslatorInterface'
$authorizationChecker: '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
tags:
- { name: 'chill.menu_builder' }