Issue320 bug redirect create period

This commit is contained in:
2021-12-12 14:12:44 +00:00
committed by Julien Fastré
parent 1823a1b031
commit 8fb4efc16e
6 changed files with 9 additions and 13 deletions

View File

@@ -222,9 +222,7 @@ final class PersonController extends AbstractController
'label' => 'Add the person',
])->add('createPeriod', SubmitType::class, [
'label' => 'Add the person and create an accompanying period',
])->add('createHousehold', SubmitType::class, [
'label' => 'Add the person and create an household',
]); // TODO createHousehold form action
]);
$form->handleRequest($request);