Skip to content

Commit f7dde9f

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-50370: There is no ability to "Save as a new update" for grouped product
1 parent 31a5f2e commit f7dde9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Catalog/Model/Product/Link/Converter.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ public function convertLinksToGroupedArray($entity)
4141
if ($link->getLinkType() == 'associated') {
4242
$info['id'] = $associatedProducts[$link->getLinkedProductSku()]->getId();
4343
}
44-
// $info['sku'] = $link->getLinkedProductSku();
45-
// $info['position'] = $link->getPosition();
4644
$info = array_merge($info, $link->getExtensionAttributes()->__toArray());
4745
$linksAsArray[$link->getLinkType()][] = $info;
4846
}

0 commit comments

Comments
 (0)