We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfe26a commit 335cc77Copy full SHA for 335cc77
app/code/Magento/ImportExport/Controller/Adminhtml/Import/Validate.php
@@ -136,7 +136,7 @@ private function getImport()
136
private function addMessageToSkipErrors(Result $resultBlock)
137
{
138
$import = $this->getImport();
139
- if (!$import->getErrorAggregator()->hasFatalExceptions()) {
+ if (!$import->getErrorAggregator()->hasToBeTerminated()) {
140
$resultBlock->addSuccess(
141
__('Please fix errors and re-upload file or simply press "Import" button to skip rows with errors'),
142
true
0 commit comments