mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
validation on simultaneous household membership for a person
This commit is contained in:
@@ -35,7 +35,8 @@ class HouseholdMemberType extends AbstractType
|
||||
}
|
||||
$builder
|
||||
->add('comment', ChillTextareaType::class, [
|
||||
'label' => 'household.Comment'
|
||||
'label' => 'household.Comment',
|
||||
'required' => false
|
||||
])
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user