apply timeline for report

This commit is contained in:
2021-05-25 19:07:09 +02:00
parent 9b1a66c992
commit 5350a09951
5 changed files with 173 additions and 118 deletions

View File

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