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

@@ -35,6 +35,7 @@ class ChillTaskExtension extends Extension implements PrependExtensionInterface
$loader->load('services/event.yml');
$loader->load('services/timeline.yml');
$loader->load('services/fixtures.yml');
$loader->load('services/form.yml');
}
public function prepend(ContainerBuilder $container)