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
If I want to translate en -> subpage-1 -> subsubpage-1 -> mypage to es it won't be clear in the "Parent page" dropdown where is the es -> subpage-1 -> subsubpage-1
It would also be good to have a default selected element in the "Parent page" dropdown, or show a "recommended page" help text. Maybe the logic used in WAGTAILTRANS_SYNC_TREE to copy pages in the correct location, could also be used to detect the default or the recommended Parent page?
Found a bug, please fill out the sections below
Issue summary
Having a big page tree, the "Parent page" dropdown could be messy. Especially, if there are pages with the same name as children of different pages.
It would be great to have something similar to the PageChooserPanel to select the parent page.
If not possible, it would be great to make more visible the hierarchy in the dropdown. Something like:
How to reproduce?
Having something like
If I want to translate
en -> subpage-1 -> subsubpage-1 -> mypage
toes
it won't be clear in the "Parent page" dropdown where is thees -> subpage-1 -> subsubpage-1
It would also be good to have a default selected element in the "Parent page" dropdown, or show a "recommended page" help text. Maybe the logic used in WAGTAILTRANS_SYNC_TREE to copy pages in the correct location, could also be used to detect the default or the recommended Parent page?
Technical details
Python 3.8
Django==3.0.9
wagtail==2.10
wagtailtrans==2.1
The text was updated successfully, but these errors were encountered: