Skip to content

Commit dbfe5c1

Browse files
[EngCom] Public Pull Requests - 2.3-develop
- merged latest code from mainline branch
2 parents b18c979 + 1fb83b1 commit dbfe5c1

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
@@ -2546,7 +2546,7 @@ public function validateRow(array $rowData, $rowNum)
25462546
$rowNum,
25472547
$rowData[self::COL_NAME],
25482548
$message,
2549-
ProcessingError::ERROR_LEVEL_NOT_CRITICAL
2549+
$errorLevel
25502550
)
25512551
->getErrorAggregator()
25522552
->addRowToSkip($rowNum);

0 commit comments

Comments
 (0)