baldwin-agency / magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data
MIT License
262 stars 28 forks source link

Adds url_key checker for categories (empty & duplicated ones) #7

Closed hostep closed 4 years ago

hostep commented 4 years ago

We've seen some occurrences on a shop where 2 categories within the same parent had the same url_key within the same storeview, which isn't allowed in Magento2. This PR adds detection for that case and also adds checking for empty url_key's as well.