Selaa lähdekoodia

Correctif AdminControllerTrait.php

develop
Guillaume Bourgeois 1 vuosi sitten
vanhempi
commit
acf52fa80b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      Controller/AdminControllerTrait.php

+ 1
- 1
Controller/AdminControllerTrait.php Näytä tiedosto

@@ -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);

Loading…
Peruuta
Tallenna