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 eccf87b commit 9831972Copy full SHA for 9831972
app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php
@@ -268,7 +268,6 @@ protected function setProductLinks(\Magento\Catalog\Model\Product $product)
268
unset($linkTypes[$productLink->getLinkType()]);
269
}
270
271
- /** @var \Magento\Catalog\Api\Data\ProductLinkTypeInterface $linkType */
272
foreach ($linkTypes as $linkType => $readonly) {
273
if (isset($links[$linkType]) && !$readonly) {
274
foreach ((array) $links[$linkType] as $linkData) {
0 commit comments