Basch
Results
2
comments of
Basch
Same problem here. Fresh intall of symfony 5.4
A possible solution is to change the testing condition in UnitOfWork.php line 2470: ```diff } elseif ( - $targetClass->containsForeignIdentifier + $targetClass->getFieldMapping($targetClass->getFieldForColumn($targetColumn))->nullable === false && in_array($targetClass->getFieldForColumn($targetColumn), $targetClass->identifier, true) ) { ```...