We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b643e69 commit 40aac12Copy full SHA for 40aac12
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1111,7 +1111,7 @@ protected function _importData()
1111
} else {
1112
$this->_saveProductsData();
1113
}
1114
- //$this->_dataSourceModel->markProcessedBunches($this->getIds());
+ $this->_dataSourceModel->markProcessedBunches($this->getIds());
1115
$this->_eventManager->dispatch('catalog_product_import_finish_before', ['adapter' => $this]);
1116
return true;
1117
0 commit comments