Skip to content

Commit f27036f

Browse files
author
Sergey Shvets
committed
MAGETWO-97345: [Magento Cloud] Import doesn't work with skip error entries
1 parent 3a38b81 commit f27036f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2461,7 +2461,7 @@ public function validateRow(array $rowData, $rowNum)
24612461
}
24622462

24632463
// if product doesn't exist, need to throw critical error else all errors should be not critical.
2464-
$errorLevel = $this->getValidationErrorLevel();
2464+
$errorLevel = $this->getValidationErrorLevel($sku);
24652465

24662466
if (!$this->validator->isValid($rowData)) {
24672467
foreach ($this->validator->getMessages() as $message) {

0 commit comments

Comments
 (0)