add and display events in history timeline

This commit is contained in:
2019-02-08 16:39:12 +01:00
parent 8bf4621911
commit 2ff22a73fa
5 changed files with 316 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
chill.event.timeline:
class: Chill\EventBundle\Timeline\TimelineEventProvider
arguments:
- '@doctrine.orm.entity_manager'
- '@chill.main.security.authorization.helper'
- '@security.token_storage'
tags:
- { name: chill.timeline, context: 'person' }