Duplicate module

Signed-off-by: Mathieu Jaumotte <mathieu.jaumotte@champs-libres.coop>
This commit is contained in:
2021-03-21 14:06:37 +01:00
parent 728ea73bdf
commit 0149457fba
12 changed files with 292 additions and 111 deletions

View File

@@ -16,7 +16,7 @@ class PersonConfimDuplicateType extends AbstractType
{
$builder
->add('confirm', CheckboxType::class, [
'label' => 'Je confirme la fusion de ces 2 personnes',
'label' => 'I confirm the merger of these 2 people',
'mapped' => false,
]);
}