add a timeline in view pages for viewing task transitions

This commit is contained in:
nobohan
2018-05-21 13:27:30 +02:00
parent f829dccbdd
commit d4d730ea02
5 changed files with 170 additions and 12 deletions

View File

@@ -5,4 +5,9 @@ services:
$registry: '@Symfony\Component\Workflow\Registry'
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' }