Skip to content

Commit 306ab9d

Browse files
author
mastiuhin-olexandr
committed
MC-33288: [2.4][MSI][MFTF] StorefrontLoggedInCustomerCreateOrderAllOptionQuantityConfigurableProductCustomStockTest fails because of bad design
1 parent 82ad803 commit 306ab9d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Relation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function getRelationsByChildren(array $childrenIds): array
159159
$parentIdsOfChildIds = [];
160160

161161
foreach ($result as $row) {
162-
$parentIdsOfChildIds[$row['child_id']][] = $row['parent_id'];
162+
$parentIdsOfChildIds[$row['child_id']][] = $row['entity_id'];
163163
}
164164

165165
return $parentIdsOfChildIds;

0 commit comments

Comments
 (0)