fix link multiple factory
This commit is contained in:
@@ -119,6 +119,10 @@ class LinkMultipleFactory implements ValueFactory
|
||||
|
||||
private function loadColumnData(Entity $entity, string $field): stdClass
|
||||
{
|
||||
if ($entity->isNew()) {
|
||||
return (object) [];
|
||||
}
|
||||
|
||||
$columnData = (object) [];
|
||||
|
||||
$select = ['id'];
|
||||
|
||||
Reference in New Issue
Block a user