This commit is contained in:
Marc Ducobu
2015-08-14 19:20:16 +02:00
parent 21676a20b2
commit 5584666165
6 changed files with 13 additions and 5 deletions

View File

@@ -55,7 +55,6 @@ class CreationPersonType extends AbstractType
$dateToStringTransformer = new DateTimeToStringTransformer(
null, null, 'dd-MM-yyyy', true);
$builder->add('firstName', 'hidden')
->add('lastName', 'hidden')
->add( $builder->create('birthdate', 'hidden')