mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
Fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user