exports: add new ActiveOneDayBetweenDates filter

This commit is contained in:
2022-08-01 11:16:17 +02:00
parent 7677b8aaa0
commit c401e34d63
4 changed files with 104 additions and 4 deletions

View File

@@ -95,6 +95,13 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_intensity_filter }
chill.person.export.filter_activeonedaybetweendates:
class: Chill\PersonBundle\Export\Filter\ActiveOneDayBetweenDatesFilter
autowire: true
autoconfigure: true
tags:
- { name: chill.export_filter, alias: accompanyingcourse_activeonedaybetweendates_filter }
chill.person.export.filter_referrer:
class: Chill\PersonBundle\Export\Filter\ReferrerFilter
autowire: true
@@ -109,6 +116,4 @@ services:
tags:
- { name: chill.export_filter, alias: accompanyingcourse_openbetweendates_filter }
## Aggregators