add counter for tasks

This commit is contained in:
2018-04-27 22:21:11 +02:00
parent 3719ce0896
commit 654a5a2019
3 changed files with 74 additions and 3 deletions

View File

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