Fix fusion of person doubles and add changies for fixes

This commit is contained in:
Julie Lenaerts 2024-10-31 12:13:21 +01:00
parent 64f3b40694
commit 2c3818258a
3 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,5 @@
kind: Fixed
body: Add the possibility of unknown to the gender entity
time: 2024-10-31T12:11:23.734888589+01:00
custom:
Issue: ""

View File

@ -0,0 +1,6 @@
kind: Fixed
body: Fix the fusion of person doubles by excluding accompanyingPeriod work entities
to be deleted. They are moved instead.
time: 2024-10-31T12:12:12.572142413+01:00
custom:
Issue: ""

View File

@ -201,7 +201,7 @@ class PersonMove
private function getDeleteEntities(): array
{
return [
AccompanyingPeriod\AccompanyingPeriodWork::class,
// AccompanyingPeriod\AccompanyingPeriodWork::class,
Relationship::class,
];
}
@ -216,7 +216,7 @@ class PersonMove
}
/**
* get the full table name with schema if it does exists.
* get the full table name with schema if it exists.
*/
private function getTableName(ClassMetadata $metadata): string
{