Skip to content

Commit 2281b88

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,9 @@ 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
122121
$collection->addProductIdFilter();
123122
$collection->joinAttributes();
124123
$collection->setOrder('position', 'ASC');
125-
=======
126-
127-
>>>>>>> parent of 775228092ef (BUG#AC-7014:elated, upsell and crosssell products query position correctly saved in)
128124
//Prepare map
129125
$map = [];
130126
/** @var Link $item */

0 commit comments

Comments
 (0)