Skip to content

Commit 5e109c2

Browse files
committed
ACP2E-1754: Store level URL rewrites are removed after product import
1 parent 2cca1ff commit 5e109c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/CatalogUrlRewrite/Observer/AfterImportDataObserver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ private function generateForAutogenerated(UrlRewrite $url, ?Category $category,
632632
* @param Category|null $category
633633
* @param Product[] $products
634634
* @return UrlRewrite[]
635+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
635636
*/
636637
private function generateForCustom(UrlRewrite $url, ?Category $category, array $products) : array
637638
{

0 commit comments

Comments
 (0)