You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a model which includes references to several snippets. All of the snippets which is referenced by ForeignKey sync when translating the page. Any which are referenced by ParentalManyToManyField do not sync. e.g.
To my understanding the issue of #534 is an sub-issue of this one.
Constraining the choices to the snippets of the correct locale relation seems to be the workaraound as described in the thread of #534.
However, what's unqiue about this issue here is that on the translated page, you don't have a widget to select values for the Age snippet at all.
I am facing the same issue in a client project.
And the workaround is the same for me as described by @zemogle:
I have a model which includes references to several snippets. All of the snippets which is referenced by
ForeignKey
sync when translating the page. Any which are referenced byParentalManyToManyField
do not sync. e.g.The
age
values will appear as the English language version (i.e. the primary language) when the page has been translated.The only way I can set the translations is to "stop synced translation", edit the affected fields, publish, then switch translation sync back on.
Wagtail = 5.2
Django = 4.1
Wagtail-localize = 1.9.2
Python = 3.8
The text was updated successfully, but these errors were encountered: