start of entity listener for person name capitalization

This commit is contained in:
2021-10-04 19:33:12 +02:00
parent ddbd6a9f23
commit af4cf55046
3 changed files with 45 additions and 1 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()) {