Skip to content

Commit 1becee9

Browse files
committed
bug-fix #16074 - Fix setting the default theme in the middle of the
product page, regardless of the design exception.
1 parent b252ca0 commit 1becee9

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Ui/DataProvider/Product/Listing/Collector/Image.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public function collect(ProductInterface $product, ProductRenderInterface $produ
136136
public function emulateImageCreating(ProductInterface $product, $imageCode, $storeId, ImageInterface $image)
137137
{
138138
$this->storeManager->setCurrentStore($storeId);
139-
$this->design->setDefaultDesignTheme();
140139

141140
$imageHelper = $this->imageFactory->create();
142141
$imageHelper->init($product, $imageCode);

0 commit comments

Comments
 (0)