mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
vendee filters and aggregators moved to root folder
This commit is contained in:
@@ -68,20 +68,6 @@ services:
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_residential_address_at_user_filter }
|
||||
|
||||
chill.person.export.filter_entrusted_child:
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\EntrustedChildFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_entrusted_child_filter }
|
||||
|
||||
chill.person.export.filter_nomadic:
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\NomadicFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_nomadic_filter }
|
||||
|
||||
## Aggregators
|
||||
chill.person.export.aggregator_nationality:
|
||||
@@ -118,10 +104,3 @@ services:
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_marital_status_aggregator }
|
||||
|
||||
# chill.person.export.aggregator_professional_situation:
|
||||
# class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\ProfessionalSituationAggregator
|
||||
# autowire: true
|
||||
# autoconfigure: true
|
||||
# tags:
|
||||
# - { name: chill.export_aggregator, alias: person_professional_situation_aggregator }
|
||||
|
Reference in New Issue
Block a user