add filtering on accompanying period + fix problems in gender filter

This commit is contained in:
2019-01-11 16:45:31 +01:00
parent 5591a9cfcc
commit f7ac607ff0
12 changed files with 485 additions and 10 deletions

View File

@@ -64,6 +64,10 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
$loader->load('services/menu.yml');
$loader->load('services/privacyEvent.yml');
$loader->load('services/command.yml');
if ($container->getParameter('chill_person.accompanying_period') !== 'hidden') {
$loader->load('services/exports_accompanying_period.yml');
}
}
private function handlePersonFieldsParameters(ContainerBuilder $container, $config)