add acl on timeline report

This commit is contained in:
2015-06-29 23:38:21 +02:00
parent 4c04416fd5
commit acb3e8bc3d
4 changed files with 131 additions and 18 deletions

View File

@@ -17,6 +17,8 @@ services:
class: Chill\ReportBundle\Timeline\TimelineReportProvider
arguments:
- '@doctrine.orm.entity_manager'
- '@chill.main.security.authorization.helper'
- '@security.token_storage'
tags:
- { name: chill.timeline, context: 'person' }