Skip to content

Commit 43d6992

Browse files
committed
ACP2E-3879: [Mainline] Layered Navigation display options assigned to other stores (or not assigned)
- Initial commit with test cases
1 parent 4ced4a7 commit 43d6992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/GetStoreSpecificProductChildIds.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public function process(array $productData, int $websiteId): array
8282
->where('cpsl.parent_id = ?', (int) $productData[$linkField])
8383
->where('cpw.website_id = ?', $websiteId);
8484

85-
$result = $connection->fetchAll($select);
86-
return array_column($result, 'product_id');
85+
return $connection->fetchCol($select);
8786
}
8887
}

0 commit comments

Comments
 (0)