mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Add genderEntity to normalizeNullValue of PersonDocGenNormalizer
This commit is contained in:
parent
5866496f49
commit
8a16030b49
@ -216,6 +216,7 @@ class PersonDocGenNormalizer implements
|
|||||||
'civility' => Civility::class,
|
'civility' => Civility::class,
|
||||||
'birthdate' => \DateTimeInterface::class,
|
'birthdate' => \DateTimeInterface::class,
|
||||||
'deathdate' => \DateTimeInterface::class,
|
'deathdate' => \DateTimeInterface::class,
|
||||||
|
'genderEntity' => Gender::class,
|
||||||
'gender', 'maritalStatus',
|
'gender', 'maritalStatus',
|
||||||
'maritalStatusDate' => \DateTimeInterface::class,
|
'maritalStatusDate' => \DateTimeInterface::class,
|
||||||
'maritalStatusComment',
|
'maritalStatusComment',
|
||||||
|
@ -40,7 +40,6 @@ final class PersonDocGenNormalizerTest extends KernelTestCase
|
|||||||
|
|
||||||
private const BLANK = [
|
private const BLANK = [
|
||||||
'id' => '',
|
'id' => '',
|
||||||
'center' => '',
|
|
||||||
'firstName' => '',
|
'firstName' => '',
|
||||||
'lastName' => '',
|
'lastName' => '',
|
||||||
'altNames' => '',
|
'altNames' => '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user