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 3df4685 + 6cd36b7 commit 30f3b12Copy full SHA for 30f3b12
Checker/Catalog/Category/UrlKey/DuplicateUrlKey.php
@@ -78,6 +78,8 @@ private function checkForDuplicatedUrlKeyAttributeValues(): array
78
*/
79
private function getCategoryUrlPathsByStoreId(int $storeId): array
80
{
81
+ $this->urlPathsInfo = [];
82
+
83
$urlPaths = [];
84
85
$categories = $this->urlPathChecker->getAllVisibleCategoriesWithStoreId($storeId);
0 commit comments