Explorar el Código

Correctif AdminControllerTrait.php

develop
Guillaume Bourgeois hace 1 año
padre
commit
acf52fa80b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Controller/AdminControllerTrait.php

+ 1
- 1
Controller/AdminControllerTrait.php Ver fichero

@@ -132,7 +132,7 @@ trait AdminControllerTrait
$merchant = $duplicateOtherMerchantForm->get('merchants')->getData();

if($this->isInstanceOf(ProductFamilyInterface::class)) {
$this->getProductFamilyContainer()->getBuilder()->setMerchant($merchant);
$this->getProductFamilyContainer()->getBuilder()->setMerchant($newEntity, $merchant);
}
else {
$newEntity->setMerchant($merchant);

Cargando…
Cancelar
Guardar