This commit is contained in:
2023-01-09 15:59:53 +01:00
parent 6dcd7031bb
commit cee54a1946
7 changed files with 37 additions and 12 deletions

View File

@@ -461,7 +461,7 @@ class DatabaseEntityHandler implements Persistable {
$doInsert = false;
foreach ($nmRelation->getProperties($this) as $property) {
if ($properties !== null || !in_array($property->getName(), $properties)) {
if ($properties !== null && !in_array($property->getName(), $properties)) {
continue;
}