mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
* the 3 old filters are applyOn person -> move it in PersonFilters * there is a conditionnal option to enable them -> split yaml files
17 lines
756 B
YAML
17 lines
756 B
YAML
services:
|
|
|
|
chill.person.export.filter_accompanying_period:
|
|
class: Chill\PersonBundle\Export\Filter\PersonFilters\AccompanyingPeriodFilter
|
|
tags:
|
|
- { name: chill.export_filter, alias: person_accc_period_filter }
|
|
|
|
chill.person.export.filter_accompanying_period_opening:
|
|
class: Chill\PersonBundle\Export\Filter\PersonFilters\AccompanyingPeriodOpeningFilter
|
|
tags:
|
|
- { name: chill.export_filter, alias: person_acc_pe_op_filter }
|
|
|
|
chill.person.export.filter_accompanying_period_closing:
|
|
class: Chill\PersonBundle\Export\Filter\PersonFilters\AccompanyingPeriodClosingFilter
|
|
tags:
|
|
- { name: chill.export_filter, alias: person_acc_pe_cl_filter }
|