Skip to content

Commit 803219e

Browse files
MAGNIMEX-284: Test Stabilization
1 parent 3273a94 commit 803219e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,7 @@ protected function _saveProducts()
13201320

13211321
// 3. Categories phase
13221322
$categoriesString = empty($rowData[self::COL_CATEGORY]) ? '' : $rowData[self::COL_CATEGORY];
1323+
$this->categoriesCache[$rowSku] = [];
13231324
if (!empty($categoriesString)) {
13241325
foreach ($this->categoryProcessor->upsertCategories($categoriesString) as $categoryId) {
13251326
$this->categoriesCache[$rowSku][$categoryId] = true;

0 commit comments

Comments
 (0)