Refactor ListPersonHelper and ListPerson to simplify process and allow to add customization of fields

This commit is contained in:
2024-03-15 15:02:12 +01:00
parent dfe780f0f5
commit ccf3324bc2
10 changed files with 134 additions and 251 deletions

View File

@@ -16,6 +16,10 @@ services:
tags:
- { name: chill.export, alias: list_person }
Chill\PersonBundle\Export\Helper\ListPersonHelper:
arguments:
$customPersonHelpers: !tagged_iterator chill_person.list_person_customizer
Chill\PersonBundle\Export\Export\ListPersonHavingAccompanyingPeriod:
tags:
- { name: chill.export, alias: list_person_with_acp }