mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Descendants for socialActions & Issues
This commit is contained in:
@@ -111,7 +111,7 @@ class ActivityType extends AbstractType
|
||||
return $this->translatableStringHelper->localize($socialIssue->getTitle());
|
||||
},
|
||||
'multiple' => true,
|
||||
'choices' => $accompanyingPeriod->getSocialIssues(),
|
||||
'choices' => $accompanyingPeriod->getRecursiveSocialIssues(),
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -124,7 +124,7 @@ class ActivityType extends AbstractType
|
||||
return $this->translatableStringHelper->localize($socialAction->getTitle());
|
||||
},
|
||||
'multiple' => true,
|
||||
'choices' => $accompanyingPeriod->getSocialActions(),
|
||||
'choices' => $accompanyingPeriod->getRecursiveSocialActions(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user