浏览代码

Correctif AdminControllerTrait.php

develop
Guillaume Bourgeois 1年前
父节点
当前提交
acf52fa80b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Controller/AdminControllerTrait.php

+ 1
- 1
Controller/AdminControllerTrait.php 查看文件

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

正在加载...
取消
保存