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 3be18f3 commit d18efbeCopy full SHA for d18efbe
app/code/Magento/ConfigurableProduct/Model/LinkManagement.php
@@ -72,7 +72,7 @@ public function getChildren($sku)
72
foreach ($child->getAttributes() as $attribute) {
73
$attrCode = $attribute->getAttributeCode();
74
$value = $child->getDataUsingMethod($attrCode) ?: $child->getData($attrCode);
75
- if (null !== $value && $attrCode != 'entity_id') {
+ if (null !== $value) {
76
$attributes[$attrCode] = $value;
77
}
78
0 commit comments