mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix fusion of person doubles and add changies for fixes
This commit is contained in:
parent
64f3b40694
commit
2c3818258a
5
.changes/unreleased/Fixed-20241031-121123.yaml
Normal file
5
.changes/unreleased/Fixed-20241031-121123.yaml
Normal 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: ""
|
6
.changes/unreleased/Fixed-20241031-121212.yaml
Normal file
6
.changes/unreleased/Fixed-20241031-121212.yaml
Normal 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: ""
|
@ -201,7 +201,7 @@ class PersonMove
|
|||||||
private function getDeleteEntities(): array
|
private function getDeleteEntities(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
AccompanyingPeriod\AccompanyingPeriodWork::class,
|
// AccompanyingPeriod\AccompanyingPeriodWork::class,
|
||||||
Relationship::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
|
private function getTableName(ClassMetadata $metadata): string
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user