Ignore thirdparty for socialaction created via activity

This commit is contained in:
2022-04-20 17:08:27 +02:00
parent 9a0eb1c74c
commit 6cad0be181
2 changed files with 1 additions and 3 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();
}