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 ae9bf44 commit 5333fbdCopy full SHA for 5333fbd
app/code/Magento/Catalog/Model/Indexer/Category/Product/Action/Full.php
@@ -187,15 +187,13 @@ 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) {
194
$this->reindexStore($store);
195
};
196
}
197
198
199
$this->processManager->execute($userFunctions);
200
201
0 commit comments