Skip to content

Commit ef621ff

Browse files
committed
ACP2E-3972: Csv product import : Unable to unset a swatch image
1 parent 7fe718e commit ef621ff

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
@@ -1018,6 +1018,7 @@ private function disableExistingProductImage(
10181018
}
10191019
}
10201020
} catch (NoSuchEntityException) {
1021+
return null;
10211022
}
10221023

10231024
return null;

0 commit comments

Comments
 (0)