add logic to filter tasks

This commit is contained in:
2018-05-07 22:06:34 +02:00
parent 38cc4f84c4
commit b856647b04
7 changed files with 144 additions and 90 deletions

View 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 }