Merge branch 'features/thirdparty-improve-acl-collection'

This commit is contained in:
2021-10-11 14:31:47 +02:00
143 changed files with 4212 additions and 1864 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()) {