fix bootstrapping listener for person capitalization name

This commit is contained in:
2021-10-11 14:49:51 +02:00
parent 0c5e5ac672
commit 2db9a98bfe
4 changed files with 26 additions and 41 deletions

View File

@@ -268,7 +268,7 @@ final class PersonController extends AbstractController
) {
$this->em->persist($person);
// $this->em->flush();
$this->em->flush();
$this->lastPostDataReset();
if ($form->get('createPeriod')->isClicked()) {