add tasks to global timeline

This commit is contained in:
2021-05-26 17:50:54 +02:00
parent 5350a09951
commit 2cb9dfc250
4 changed files with 189 additions and 72 deletions

View File

@@ -4,14 +4,15 @@ services:
$em: '@Doctrine\ORM\EntityManagerInterface'
$registry: '@Symfony\Component\Workflow\Registry'
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
$security: '@Symfony\Component\Security\Core\Security'
public: true
# tags:
# - { name: 'chill.timeline', context: 'person' }
tags:
- { name: 'chill.timeline', context: 'person' }
- { name: 'chill.timeline', context: 'center' }
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' }