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 bc1c7ba commit 7ef13e1Copy full SHA for 7ef13e1
app/code/Magento/Catalog/Model/Category.php
@@ -615,6 +615,7 @@ public function getUrl()
615
UrlRewrite::ENTITY_ID => $this->getId(),
616
UrlRewrite::ENTITY_TYPE => CategoryUrlRewriteGenerator::ENTITY_TYPE,
617
UrlRewrite::STORE_ID => $this->getStoreId(),
618
+ UrlRewrite::REDIRECT_TYPE => 0
619
]
620
);
621
if ($rewrite) {
0 commit comments