Skip to content

Commit 922db95

Browse files
committed
ACP2E-3735: Incorrect filtered Data in Product Export for Multi-Store Setup
- fixed issue when only default scope should not be filtered
1 parent 5ebcd73 commit 922db95

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Export

1 file changed

+0
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Export/Product.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@ public function export()
10041004
++$page;
10051005
$entityCollection = $this->_getEntityCollection(true);
10061006
$entityCollection->setOrder('entity_id', 'asc');
1007-
$entityCollection->setStoreId(Store::DEFAULT_STORE_ID);
10081007
$this->_prepareEntityCollection($entityCollection);
10091008
$this->paginateCollection($page, $this->getItemsPerPage());
10101009
if ($entityCollection->count() == 0) {

0 commit comments

Comments
 (0)