fix import

This commit is contained in:
Yuri Kuznetsov
2020-09-10 16:49:41 +03:00
parent def9f6b70c
commit bb6fddad09
+1 -1
View File
@@ -75,7 +75,7 @@ class Import extends \Espo\Core\Repositories\Database
[
'importEntity.importId' => $entity->id,
'importEntity.entityType' => $entityType,
'importEntity.entityId:' => $entityType . '.id',
'importEntity.entityId:' => 'id',
'importEntity.' . $param => true,
],
];