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
Steps to reproduce (results in no apparent error for the user)
Setup a second language
Create a page and add a flux container element
Add a core content element inside the container element
Use the translation wizard
Result: The colpos of the core CE is still the colpos of the l10n_parent-container
Expected: The colpos should have been updated to the colpos of the translated container element.
The sorting
Steps to reproduce (results in content elements not being inside their container)
Setup a second language
Create a page
Add a flux container element
Add another flux container element inside the first
Add a core content element inside the second (most inner) container
Use the translation wizard in copy mode
Result: The innermost container is empty, the content element still has the colpos of its l18n_parent container. It does not appear in the original container, because the language is set to the target language.
Expected: The content element should appear inside of the translated container.
I also checked the sorting field according to #1824 but the child's sorting is lower than the parents sorting.
The text was updated successfully, but these errors were encountered:
Any news here?
I have the problem with not updated colPos values in grids by using the translation wizard.
It doesn't matter if I use copy or translate in the wizard.
The only way to get correct translated content is to copy manually from default language.
I can only use the translation wizard for connected/translate mode.
The child elements in the page view are only shown, if:
free mode: colPos is updated to the id of the real parent element in the translation
connected mode: colPos of translated child elements is the same like in the default language
If I like to use the free mode, I have to change the colPos of translated child elements.
I made a small task for the scheduler, that converts translated elements in connected mode to free mode and corrects the colPos.
Why can the colPos in connected mode not be the colPos of the translated parent element?
Steps to reproduce (results in no apparent error for the user)
Result: The colpos of the core CE is still the colpos of the l10n_parent-container
Expected: The colpos should have been updated to the colpos of the translated container element.
The sorting
Steps to reproduce (results in content elements not being inside their container)
Result: The innermost container is empty, the content element still has the colpos of its l18n_parent container. It does not appear in the original container, because the language is set to the target language.
Expected: The content element should appear inside of the translated container.
I also checked the sorting field according to #1824 but the child's sorting is lower than the parents sorting.
The text was updated successfully, but these errors were encountered: