소스 검색

Merge branch 'develop'

develop
Fab 2 년 전
부모
커밋
ea323876ee
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Component/EntityComponent.php

+ 2
- 2
Component/EntityComponent.php 파일 보기

@@ -70,7 +70,7 @@ class EntityComponent

$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);
$this->entityManager->create($newEntity, false);

return $newEntity;
}
@@ -110,4 +110,4 @@ class EntityComponent
}
return $entity;
}
}
}

Loading…
취소
저장