Skip to content

Commit 2fb5b74

Browse files
committed
MAGETWO-91433: ProductListing: Grid view is getting changed to List view when user adding product from wishlist section.
1 parent 5dc082e commit 2fb5b74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Wishlist/Model/Product/AttributeValueProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function __construct(
3838
*/
3939
public function getRawAttributeValue(int $productId, string $attributeCode, int $storeId = null):? string
4040
{
41-
4241
$collection = $this->productCollectionFactory->create();
4342
$collection->addIdFilter($productId)
4443
->addStoreFilter($storeId)

0 commit comments

Comments
 (0)