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 e8ee3ab commit ca65d64Copy full SHA for ca65d64
app/code/Magento/ImportExport/Model/Import.php
@@ -525,7 +525,7 @@ public function importSource()
525
}
526
try {
527
if ($this->_getEntityAdapter()->getSource() instanceof Base64EncodedCsvData) {
528
- $this->getDataSourceModel()->cleanBunchesWithId($ids);
+ //$this->getDataSourceModel()->cleanBunchesWithId($ids);
529
530
// phpcs:ignore Magento2.CodeAnalysis.EmptyBlock
531
} catch (LocalizedException $e) {
0 commit comments