Category URL rewrite generation does not create URL rewrite after category moving in a tree from one parent to another, the original Magento code has this functionality (observer event catalog_category_move_after).
I would be great to have this functionality here too.
Environment and configuration
Magento 2.4.6-p3
Akeneo 7.0
Maria DB 10.6
PHP 8.1
Akeneo Connecto 104
Steps to reproduce
Move category with subcategories to another parent category
Run categories import
Expected result
The moved category in Akeneo and all subcategories of it has new URL and new record in URL rewrites from old seo URLs (this cat and it's subs) to new seo URLs
Actual result
The moved categories have new URLs and old URLs doesn't exists anymore (SEO issues) as well as rewrites from old to new
Category URL rewrite generation does not create URL rewrite after category moving in a tree from one parent to another, the original Magento code has this functionality (observer event
catalog_category_move_after
).I would be great to have this functionality here too.
Environment and configuration
Steps to reproduce
Expected result
Actual result