Merge remote-tracking branch 'origin/master' into issue571_ordering_socialactions

This commit is contained in:
2022-04-25 21:30:48 +02:00
31 changed files with 345 additions and 129 deletions

View File

@@ -66,9 +66,6 @@ class ActivityEntityListener
$newAction->addPerson($person);
}
foreach ($associatedThirdparties as $thirdparty) {
$newAction->setHandlingThierparty($thirdparty);
}
$this->em->persist($newAction);
$this->em->flush();
}