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:
2023-11-16 11:53:57 +01:00
parent ff344dbb0c
commit 89e19502d3
3 changed files with 32 additions and 2 deletions

View File

@@ -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':