Fixed: [export][list person] use address from household for person list

This commit is contained in:
2022-10-25 10:23:02 +02:00
parent 781253a854
commit 2096e175d4
6 changed files with 515 additions and 237 deletions

View File

@@ -3,6 +3,9 @@ services:
autowire: true
autoconfigure: true
Chill\MainBundle\Export\Helper\:
resource: '../../Export/Helper'
chill.main.export_element_validator:
class: Chill\MainBundle\Validator\Constraints\Export\ExportElementConstraintValidator
tags: