This commit is contained in:
Yurii
2026-05-16 20:50:29 +03:00
parent ee039bd22d
commit ac9e135fd5

View File

@@ -438,6 +438,8 @@ class Service
throw new NotFound();
}
$this->getImport($importId);
$entity->set('isDuplicate', false);
$this->entityManager->saveEntity($entity);