mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
Export: in filter "Filter accompanying period work (social action) by type, goal and result", order the items alphabetically or with the defined order
This commit is contained in:
@@ -35,6 +35,7 @@ class SocialIssueNormalizer implements ContextAwareNormalizerInterface, Normaliz
|
||||
'children_ids' => $socialIssue->getChildren()->map(static fn (SocialIssue $si) => $si->getId()),
|
||||
'title' => $socialIssue->getTitle(),
|
||||
'text' => $this->render->renderString($socialIssue, []),
|
||||
'ordering' => $socialIssue->getOrdering(),
|
||||
];
|
||||
|
||||
case 'docgen':
|
||||
|
Reference in New Issue
Block a user