Export: add an ActivityPresenceFilter

This commit is contained in:
2023-11-09 17:35:24 +01:00
parent 4112e59af4
commit 27012d842d
5 changed files with 172 additions and 0 deletions

View File

@@ -135,6 +135,11 @@ services:
tags:
- { name: chill.export_filter, alias: 'period_having_activity_betw_dates_filter' }
Chill\ActivityBundle\Export\Filter\ActivityPresenceFilter:
tags:
- { name: chill.export_filter, alias: 'activity_presence_filter' }
## Aggregators
Chill\ActivityBundle\Export\Aggregator\PersonAggregators\ActivityReasonAggregator:
tags: