Kaynağa Gözat

Correctif

develop
Fabien Normand 3 yıl önce
ebeveyn
işleme
e624a53a1b
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. +2
    -1
      Component/EntityComponent.php

+ 2
- 1
Component/EntityComponent.php Dosyayı Görüntüle

@@ -68,8 +68,9 @@ class EntityComponent
$newEntity->setCreatedAt(new \DateTime());
}

$this->entityManager->create($newEntity);
$this->eventDispatcher->dispatch(new EntityComponentEvent($newEntity), EntityComponentEvent::DUPLICATE_EVENT);
//Ne pas utiliser create ici! Sinon pour certaine entité comme ProductFamily on réajoute un orginProduct
$this->entityManager->persist($newEntity);

return $newEntity;
}

Yükleniyor…
İptal
Kaydet