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 3501b35 commit f82f87eCopy full SHA for f82f87e
app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php
@@ -187,6 +187,7 @@ public function execute(): Full
187
protected function reindex(): void
188
{
189
$userFunctions = [];
190
+
191
foreach ($this->storeManager->getStores() as $store) {
192
if ($this->getPathFromCategoryId($store->getRootCategoryId())) {
193
$userFunctions[$store->getId()] = function () use ($store) {
@@ -195,6 +196,7 @@ protected function reindex(): void
195
196
}
197
198
$this->processManager->execute($userFunctions);
199
200
201
202
/**
0 commit comments