validation on simultaneous household membership for a person

This commit is contained in:
2021-06-14 12:56:01 +02:00
parent 51399b21b9
commit 17c3ecbabe
9 changed files with 112 additions and 3 deletions

View File

@@ -35,7 +35,8 @@ class HouseholdMemberType extends AbstractType
}
$builder
->add('comment', ChillTextareaType::class, [
'label' => 'household.Comment'
'label' => 'household.Comment',
'required' => false
])
;
}