infoportugal / wagtail-modeltranslation

Simple app to patch modeltranslation (https://github.com/deschler/django-modeltranslation) into Wagtail CMS.
151 stars 119 forks source link

Moving pages around the tree doesn't correctly update translated urls, leading to 404 #317

Open olivierdalang opened 4 years ago

olivierdalang commented 4 years ago

Not exactly sure what happens, but when I move pages around the tree from the admin, it seems the URLs aren't correctly updated for all languages but the main language.

Steps to reproduce :

Resaving the page seems to fix the urls.

andruten commented 3 years ago

I'm having the same issue. As a workaround, running set_translation_url_paths command fixes the problem.