fix timeline: filter tasks with circle restrictions

This commit is contained in:
2018-09-03 11:29:06 +02:00
parent 6c311bec11
commit 14ef130bc6
2 changed files with 47 additions and 4 deletions

View File

@@ -3,8 +3,11 @@ services:
arguments:
$em: '@Doctrine\ORM\EntityManagerInterface'
$registry: '@Symfony\Component\Workflow\Registry'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
tags:
- { name: 'chill.timeline', context: 'person' }
Chill\TaskBundle\Timeline\SingleTaskTaskLifeCycleEventTimelineProvider:
arguments:
$em: '@Doctrine\ORM\EntityManagerInterface'