exports: move acp ActivityType filter in ChillActivityBundle

This commit is contained in:
2022-09-13 13:27:24 +02:00
parent d85be8a92e
commit 18a6a5a7eb
3 changed files with 6 additions and 8 deletions

View File

@@ -67,6 +67,11 @@ services:
name: chill.export_filter
alias: 'activity_person_having_ac_bw_date_filter'
chill.person.export.filter_activitytype:
class: Chill\ActivityBundle\Export\Filter\ACPFilters\ActivityTypeFilter
tags:
- { name: chill.export_filter, alias: accompanyingcourse_activitytype_filter }
chill.activity.export.locationtype_filter:
class: Chill\ActivityBundle\Export\Filter\ACPFilters\LocationTypeFilter
tags: