mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
adaptations for acl with tasks
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
services:
|
||||
Chill\TaskBundle\Controller\:
|
||||
resource: "../../Controller"
|
||||
tags: ["controller.service_arguments"]
|
||||
|
||||
Chill\TaskBundle\Controller\SingleTaskController:
|
||||
arguments:
|
||||
$eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface'
|
||||
$timelineBuilder: "@chill_main.timeline_builder"
|
||||
$logger: "@chill.main.logger"
|
||||
$requestStack: '@Symfony\Component\HttpFoundation\RequestStack'
|
||||
autowire: true
|
||||
autoconfigure: ture
|
||||
tags: ["controller.service_arguments"]
|
||||
|
@@ -1,4 +1,9 @@
|
||||
services:
|
||||
Chill\TaskBundle\Form\:
|
||||
resource: '../../Form/'
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
Chill\TaskBundle\Form\SingleTaskListType:
|
||||
arguments:
|
||||
$em: '@Doctrine\ORM\EntityManagerInterface'
|
||||
|
Reference in New Issue
Block a user