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 741e610 + 91ff1c5 commit 8437b8aCopy full SHA for 8437b8a
app/code/Magento/CatalogUrlRewrite/Observer/AfterImportDataObserver.php
@@ -263,6 +263,7 @@ protected function _populateForUrlGeneration($rowData)
263
if ($this->isGlobalScope($product->getStoreId())) {
264
$this->populateGlobalProduct($product);
265
} else {
266
+ $this->storesCache[$product->getStoreId()] = true;
267
$this->addProductToImport($product, $product->getStoreId());
268
}
269
return $this;
0 commit comments