mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
[export][person] Feature: add filter and aggregator by geographical unit on person
This commit is contained in:
@@ -90,6 +90,12 @@ services:
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_marital_status_filter }
|
||||
|
||||
Chill\PersonBundle\Export\Filter\PersonFilters\GeographicalUnitFilter:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_geog_filter }
|
||||
|
||||
## Aggregators
|
||||
chill.person.export.aggregator_nationality:
|
||||
class: Chill\PersonBundle\Export\Aggregator\PersonAggregators\NationalityAggregator
|
||||
@@ -132,3 +138,10 @@ services:
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_household_position_aggregator }
|
||||
|
||||
Chill\PersonBundle\Export\Aggregator\PersonAggregators\GeographicalUnitAggregator:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_geog_aggregator }
|
||||
|
||||
|
Reference in New Issue
Block a user