Skip to content

Commit bc9ede9

Browse files
Siarhei AndreyeuSiarhei Andreyeu
authored andcommitted
MAGNIMEX-285: Incorrect Indexer Invalidation
- Fix plugin
1 parent de45814 commit bc9ede9

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)