Skip to content

Commit c3fdb71

Browse files
Merge branch 'MAGNIMEX-285-Incorrect-Indexer-Invalidation-fix' into 'master'
Magnimex 285 incorrect indexer invalidation fix See merge request !159
2 parents ba1cd7b + bc9ede9 commit c3fdb71

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/CatalogImportExport/Model/Indexer/Stock/Plugin

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogImportExport/Model/Indexer/Stock/Plugin/Import.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ public function afterImportSource(\Magento\ImportExport\Model\Import $subject, $
3434
if (!$this->_stockndexerProcessor->isIndexerScheduled()) {
3535
$this->_stockndexerProcessor->markIndexerAsInvalid();
3636
}
37+
return $import;
3738
}
3839
}

0 commit comments

Comments
 (0)