mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
19 lines
830 B
YAML
19 lines
830 B
YAML
services:
|
|
Chill\TaskBundle\Timeline\TaskLifeCycleEventTimelineProvider:
|
|
arguments:
|
|
$em: '@Doctrine\ORM\EntityManagerInterface'
|
|
$registry: '@Symfony\Component\Workflow\Registry'
|
|
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
|
$security: '@Symfony\Component\Security\Core\Security'
|
|
public: true
|
|
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' }
|