adding a date for the address

The address are computed to be valid at a given date.

The date input appears only if fields concerning address are checked.
This commit is contained in:
2017-01-31 13:43:14 +01:00
parent 25cad2f11d
commit cc91ade6fe
5 changed files with 34 additions and 6 deletions

View File

@@ -113,7 +113,8 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
'chill_person' => array(
'fields' => $config['person_fields']
)
)
),
'form_themes' => array('ChillPersonBundle:Export:ListPersonFormFields.html.twig')
);
$container->prependExtensionConfig('twig', $twigConfig);