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 b07994e commit 7aa367bCopy full SHA for 7aa367b
app/code/Magento/ImportExport/Controller/Adminhtml/Import/Validate.php
@@ -132,9 +132,7 @@ private function getImport()
132
private function addMessageToSkipErrors(Result $resultBlock)
133
{
134
$import = $this->getImport();
135
- if ($import->getValidationStrategy() == ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_SKIP_ERRORS
136
- && !$import->getErrorAggregator()->hasFatalExceptions()
137
- ) {
+ if (!$import->getErrorAggregator()->hasFatalExceptions()) {
138
$resultBlock->addSuccess(
139
__('Please fix errors and re-upload file or simply press "Import" button to skip rows with errors'),
140
true
0 commit comments