Skip to content

Commit 4f1ad33

Browse files
committed
AC-7014::Resolve conflicts
1 parent f2c7427 commit 4f1ad33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/RelatedProductGraphQl/Model/DataProvider/RelatedProductDataProvider.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,13 @@ public function getRelations(array $products, int $linkType): array
118118
$collection = $link->getLinkCollection();
119119
$collection->addFieldToFilter('product_id', ['in' => array_keys($productsByActualIds)]);
120120
$collection->addLinkTypeIdFilter();
121+
<<<<<<< HEAD
121122
$collection->addProductIdFilter();
122123
$collection->joinAttributes();
123124
$collection->setOrder('position', 'ASC');
125+
=======
126+
127+
>>>>>>> parent of 775228092ef (BUG#AC-7014:elated, upsell and crosssell products query position correctly saved in)
124128
//Prepare map
125129
$map = [];
126130
/** @var Link $item */

0 commit comments

Comments
 (0)