mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add logic to filter tasks
This commit is contained in:
8
Resources/config/services/form.yml
Normal file
8
Resources/config/services/form.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
Chill\TaskBundle\Form\SingleTaskListType:
|
||||
arguments:
|
||||
$em: '@Doctrine\ORM\EntityManagerInterface'
|
||||
$authorizationHelper: '@Chill\MainBundle\Security\Authorization\AuthorizationHelper'
|
||||
$tokenStorage: '@Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface'
|
||||
tags:
|
||||
- { name: form.type }
|
Reference in New Issue
Block a user