templates + controller further adapted to work with accompanyingCourse. new and show methods don't work yet due to authorization/voter issues

templates adapted for use with accompanyingCourse tasks also
This commit is contained in:
2021-09-10 15:19:41 +02:00
parent 1fb14834b7
commit 5a936cd20b
4 changed files with 365 additions and 285 deletions

View File

@@ -1,11 +1,12 @@
services:
Chill\TaskBundle\Controller\:
resource: '../../Controller'
tags: ['controller.service_arguments']
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'
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'
tags: ["controller.service_arguments"]