Skip to content

Commit cde0863

Browse files
authored
Skip overriding url key if "empty" (#53)
1 parent c506a7c commit cde0863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugin/CategoryExist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public function beforeSetValues()
4343
FROM eav_entity_type
4444
WHERE entity_type_code = 'catalog_category'
4545
)
46+
AND eav.`value` != ''
4647
)
4748
AND eav.store_id = {$store['store_id']}
4849
)

0 commit comments

Comments
 (0)