mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
person filters added
This commit is contained in:
@@ -43,6 +43,16 @@ services:
|
||||
class: Chill\PersonBundle\Export\Filter\BirthdateFilter
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_birthdate_filter }
|
||||
|
||||
chill.person.export.filter_deathdate:
|
||||
class: Chill\PersonBundle\Export\Filter\DeathdateFilter
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_deathdate_filter }
|
||||
|
||||
chill.person.export.filter_dead_or_alive:
|
||||
class: Chill\PersonBundle\Export\Filter\DeadOrAliveFilter
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_dead_or_alive_filter }
|
||||
|
||||
chill.person.export.filter_nationality:
|
||||
class: Chill\PersonBundle\Export\Filter\NationalityFilter
|
||||
@@ -50,6 +60,27 @@ services:
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_nationality_filter }
|
||||
|
||||
chill.person.export.filter_residential_address_at_user:
|
||||
class: Chill\PersonBundle\Export\Filter\ResidentialAddressAtUserFilter
|
||||
autowire: true
|
||||
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\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\NomadicFilter
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
tags:
|
||||
- { name: chill.export_filter, alias: person_nomadic_filter }
|
||||
|
||||
# AGGREGATORS
|
||||
chill.person.export.aggregator_nationality:
|
||||
|
Reference in New Issue
Block a user