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.
2 parents de95b3e + b5ff5c5 commit 0d1a000Copy full SHA for 0d1a000
app/code/Magento/CatalogInventory/Model/Indexer/Stock/AbstractAction.php
@@ -248,7 +248,7 @@ protected function _reindexRows($productIds = [])
248
}
249
250
251
- $this->cacheContext->registerEntities(Product::CACHE_TAG, $productIds);
+ $this->cacheContext->registerEntities(Product::CACHE_TAG, $processIds);
252
$this->eventManager->dispatch('clean_cache_by_tags', ['object' => $this->cacheContext]);
253
254
return $this;
0 commit comments