Merge branch 'master' of framagit.org:Chill-project/Chill-Task

merge ...
This commit is contained in:
nobohan
2018-05-02 09:39:01 +02:00
9 changed files with 215 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
services:
Chill\TaskBundle\Menu\UserMenuBuilder:
arguments:
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
$counter: '@Chill\TaskBundle\Templating\UI\CountNotificationTask'
tags:
- { name: 'chill.menu_builder' }

View File

@@ -4,3 +4,10 @@ services:
$taskWorkflowManager: '@Chill\TaskBundle\Workflow\TaskWorkflowManager'
tags:
- { name: 'twig.extension' }
Chill\TaskBundle\Templating\UI\CountNotificationTask:
arguments:
$singleTaskRepository: '@Chill\TaskBundle\Repository\SingleTaskRepository'
$cachePool: '@cache.user_data'
tags:
- { name: chill.count_notification.user }