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 f30eb1f commit 4fc1199Copy full SHA for 4fc1199
app/code/Magento/CatalogUrlRewrite/Observer/AfterImportDataObserver.php
@@ -270,7 +270,7 @@ private function populateForUrlsGeneration(array $bunch) : array
270
}
271
foreach ($products as $productsByStore) {
272
foreach ($productsByStore as $storeId => $product) {
273
- if (null === $product->getData('url_key')) { // TODO: If New products...
+ if (null === $product->getData('url_key')) {
274
$productIdsMissingUrlKeyByStore[$storeId][] = $product->getId();
275
276
0 commit comments