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 d653bdd commit a7c3560Copy full SHA for a7c3560
app/code/Magento/CatalogUrlRewrite/Model/Category/Plugin/Category/UpdateUrlPath.php
@@ -77,7 +77,6 @@ public function afterSave(
77
if ($category->isObjectNew()
78
&& !$category->isInRootCategoryList()
79
&& !empty($parentCategoryId)) {
80
-
81
foreach ($category->getStoreIds() as $storeId) {
82
if (!$this->isGlobalScope((int)$storeId)
83
&& $this->storeViewService->doesEntityHaveOverriddenUrlPathForStore(
@@ -91,7 +90,6 @@ public function afterSave(
91
90
$this->urlPersist->replace($this->categoryUrlRewriteGenerator->generate($category));
92
}
93
94
95
96
97
return $result;
0 commit comments