Skip to content

Commit a8dcd57

Browse files
committed
Merge branch 'MAGNIMEX-195-test-stabilization' into 'master'
Magnimex 195 test stabilization See merge request !154
2 parents c316bde + 803219e commit a8dcd57

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
@@ -1332,6 +1332,7 @@ protected function _saveProducts()
13321332

13331333
// 3. Categories phase
13341334
$categoriesString = empty($rowData[self::COL_CATEGORY]) ? '' : $rowData[self::COL_CATEGORY];
1335+
$this->categoriesCache[$rowSku] = [];
13351336
if (!empty($categoriesString)) {
13361337
foreach ($this->categoryProcessor->upsertCategories($categoriesString) as $categoryId) {
13371338
$this->categoriesCache[$rowSku][$categoryId] = true;

0 commit comments

Comments
 (0)