Skip to content

Commit 858a2ce

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-3172: Import button missing
1 parent 1dec6b6 commit 858a2ce

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ImportExport/Controller/Adminhtml/Import

1 file changed

+1
-1
lines changed

app/code/Magento/ImportExport/Controller/Adminhtml/Import/Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private function processValidationResult($validationResult, $resultBlock)
8484
if ($import->getProcessedRowsCount()) {
8585
if ($validationResult) {
8686
$totalError = $errorAggregator->getErrorsCount();
87-
$totalRows = $import->getProcessedRowsCount();
87+
$totalRows = $import->getProcessedRowsCount() + $errorAggregator->getInvalidRowsCount();
8888
$this->addMessageForValidResult($resultBlock, $totalError, $totalRows);
8989
} else {
9090
$resultBlock->addError(

0 commit comments

Comments
 (0)