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.
2 parents 2613378 + d18efbe commit dd3228aCopy full SHA for dd3228a
app/code/Magento/ConfigurableProduct/Model/LinkManagement.php
@@ -82,7 +82,7 @@ public function getChildren($sku)
82
foreach ($child->getAttributes() as $attribute) {
83
$attrCode = $attribute->getAttributeCode();
84
$value = $child->getDataUsingMethod($attrCode) ?: $child->getData($attrCode);
85
- if (null !== $value && $attrCode != 'entity_id') {
+ if (null !== $value) {
86
$attributes[$attrCode] = $value;
87
}
88
0 commit comments