Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Category URL rewrite generation does not create URL rewrite after category moving in a tree from one parent to another #701

Open
evgv opened this issue Jul 27, 2024 · 0 comments

Comments

@evgv
Copy link

evgv commented Jul 27, 2024

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

  1. Magento 2.4.6-p3
  2. Akeneo 7.0
  3. Maria DB 10.6
  4. PHP 8.1
  5. Akeneo Connecto 104

Steps to reproduce

  1. Move category with subcategories to another parent category
  2. Run categories import

Expected result

  1. 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

  1. The moved categories have new URLs and old URLs doesn't exists anymore (SEO issues) as well as rewrites from old to new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant