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 65a3b9d + dd3228a commit c6eb6c3Copy full SHA for c6eb6c3
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