Skip to content

Commit

Permalink
Merge pull request #3752 from magento-chaika/MAGETWO-98105
Browse files Browse the repository at this point in the history
[chaika] MAGETWO-98105: Import button is available in cases it's shouldn't.
  • Loading branch information
Lysenko Olexandr authored Feb 14, 2019
2 parents d1ce6a4 + c952238 commit 1fb83b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2546,7 +2546,7 @@ public function validateRow(array $rowData, $rowNum)
$rowNum,
$rowData[self::COL_NAME],
$message,
ProcessingError::ERROR_LEVEL_NOT_CRITICAL
$errorLevel
)
->getErrorAggregator()
->addRowToSkip($rowNum);
Expand Down

0 comments on commit 1fb83b1

Please sign in to comment.