mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
disable unstable filters/aggregators
This commit is contained in:
parent
0f0ec10857
commit
71f49db2f4
@ -44,12 +44,12 @@ services:
|
|||||||
tags:
|
tags:
|
||||||
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
|
- { name: chill.export_filter, alias: accompanyingcourse_step_filter }
|
||||||
|
|
||||||
chill.person.export.filter_geographicalunitstat:
|
#chill.person.export.filter_geographicalunitstat:
|
||||||
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\GeographicalUnitStatFilter
|
# class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\GeographicalUnitStatFilter
|
||||||
autowire: true
|
# autowire: true
|
||||||
autoconfigure: true
|
# autoconfigure: true
|
||||||
tags:
|
# tags:
|
||||||
- { name: chill.export_filter, alias: accompanyingcourse_geographicalunitstat_filter }
|
# - { name: chill.export_filter, alias: accompanyingcourse_geographicalunitstat_filter }
|
||||||
|
|
||||||
chill.person.export.filter_socialaction:
|
chill.person.export.filter_socialaction:
|
||||||
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\SocialActionFilter
|
class: Chill\PersonBundle\Export\Filter\AccompanyingCourseFilters\SocialActionFilter
|
||||||
|
@ -9,12 +9,12 @@ services:
|
|||||||
|
|
||||||
## FILTERS
|
## FILTERS
|
||||||
|
|
||||||
chill.person.export.filter_social_work_type:
|
#chill.person.export.filter_social_work_type:
|
||||||
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\SocialWorkTypeFilter
|
# class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\SocialWorkTypeFilter
|
||||||
autowire: true
|
# autowire: true
|
||||||
autoconfigure: true
|
# autoconfigure: true
|
||||||
tags:
|
# tags:
|
||||||
- { name: chill.export_filter, alias: social_work_type_filter }
|
# - { name: chill.export_filter, alias: social_work_type_filter }
|
||||||
|
|
||||||
chill.person.export.filter_scope:
|
chill.person.export.filter_scope:
|
||||||
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\ScopeFilter
|
class: Chill\PersonBundle\Export\Filter\SocialWorkFilters\ScopeFilter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user