mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 03:53:49 +00:00
exports: split yaml services accompanying_period and accompanying_course
* the 3 old filters are applyOn person -> move it in PersonFilters * there is a conditionnal option to enable them -> split yaml files
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
|
||||
## Indicators
|
||||
chill.person.export.count_person:
|
||||
class: Chill\PersonBundle\Export\Export\CountPerson
|
||||
autowire: true
|
||||
@@ -24,7 +25,7 @@ services:
|
||||
tags:
|
||||
- { name: chill.export, alias: list_person_duplicate }
|
||||
|
||||
# FILTERS
|
||||
## Filters
|
||||
chill.person.export.filter_gender:
|
||||
class: Chill\PersonBundle\Export\Filter\PersonFilters\GenderFilter
|
||||
autowire: true
|
||||
@@ -82,7 +83,7 @@ services:
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_nomadic_filter }
|
||||
|
||||
# AGGREGATORS
|
||||
## Aggregators
|
||||
chill.person.export.aggregator_nationality:
|
||||
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\NationalityAggregator
|
||||
autowire: true
|
||||
|
Reference in New Issue
Block a user