Skip to content

Commit 30f3b12

Browse files
authored
Merge pull request #23 from baldwin-agency/avoid-multiple-findings-of-the-same-category-url-key-duplicated-values
Prevent the category duplicated url key checker to display exactly th…
2 parents 3df4685 + 6cd36b7 commit 30f3b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Checker/Catalog/Category/UrlKey/DuplicateUrlKey.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ private function checkForDuplicatedUrlKeyAttributeValues(): array
7878
*/
7979
private function getCategoryUrlPathsByStoreId(int $storeId): array
8080
{
81+
$this->urlPathsInfo = [];
82+
8183
$urlPaths = [];
8284

8385
$categories = $this->urlPathChecker->getAllVisibleCategoriesWithStoreId($storeId);

0 commit comments

Comments
 (0)