Check ACL on default task

This commit is contained in:
2018-04-25 21:16:16 +02:00
parent c99583b665
commit 46db1b7389
2 changed files with 66 additions and 1 deletions

View File

@@ -3,4 +3,10 @@ services:
Chill\TaskBundle\Workflow\Definition\DefaultTaskDefinition:
tags:
- { name: 'chill_task.workflow_definition' }
- { name: 'chill_task.workflow_definition' }
Chill\TaskBundle\Workflow\Event\DefaultTaskGuardEvent:
arguments:
- '@Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface'
tags:
- { name: kernel.event_subscriber }