Export: group accompanying period by person participating

This commit is contained in:
2024-02-07 10:40:07 +01:00
parent 58c2235b88
commit f02168950f
5 changed files with 152 additions and 0 deletions

View File

@@ -259,3 +259,7 @@ services:
Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\ClosingDateAggregator:
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_closing_date_aggregator }
Chill\PersonBundle\Export\Aggregator\AccompanyingCourseAggregators\PersonParticipatingAggregator:
tags:
- { name: chill.export_aggregator, alias: accompanyingcourse_person_part_aggregator }