We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349aebf commit 42693c2Copy full SHA for 42693c2
app/code/Magento/GroupedProduct/Ui/DataProvider/Product/Form/Modifier/Grouped.php
@@ -134,11 +134,7 @@ public function modifyData(array $data)
134
continue;
135
}
136
/** @var \Magento\Catalog\Api\Data\ProductInterface $linkedProduct */
137
- $linkedProduct = $this->productRepository->get(
138
- $linkItem->getLinkedProductSku(),
139
- false,
140
- $storeId
141
- );
+ $linkedProduct = $this->productRepository->get($linkItem->getLinkedProductSku(), false, $storeId);
142
$data[$modelId]['links'][self::LINK_TYPE][] = [
143
'id' => $linkedProduct->getId(),
144
'name' => $linkedProduct->getName(),
0 commit comments