This commit is contained in:
2025-04-15 14:08:39 +02:00
parent 7e2bf91e09
commit 75932b0e29
4 changed files with 15 additions and 9 deletions

View File

@@ -100,5 +100,13 @@ class AccompanyingPeriodWorkMergeService
foreach ($toDelete->getThirdParties() as $thirdParty) {
$toKeep->addThirdParty($thirdParty);
}
foreach ($toDelete->getGoals() as $goal) {
$toKeep->addGoal($goal);
}
foreach ($toDelete->getResults() as $result) {
$toKeep->addResult($result);
}
}
}