FluidTYPO3 / flux

TYPO3 extension Flux: Dynamic Fluid FlexForms
https://fluidtypo3.org
146 stars 212 forks source link

Multilingualism bug #650

Closed mkoehler2911 closed 10 years ago

mkoehler2911 commented 10 years ago

Hi!

I've a problem with the multilingualism of my page. I use some grid elements on my page so I got a "parent" container and some other container and elements inside. I tried to translate my page and clicked 'Copy default content elements'. Only my "parent" container will appear in my language column.

I tried to localize my elements with the list view of typo3. The result: The elements of my new language appeared inside the parent container of my default language.

Please could you help me? Thanks so much

NamelessCoder commented 10 years ago

It's possible that if you were already using the development branch, the existing parent or child records had incorrect values. I am unable to reproduce this bug using the latest development branches on the TYPO3 CMS git master, which means this is already solved for records created on and translated using the latest versions.

This translation is, by the way, now 100% done by TYPO3 CMS itself by cascading TCA thanks to recent patches.

mkoehler2911 commented 10 years ago

Hi! Thanks for that quick answer. We solved the problem by using the dev branch and changing our code like that: http://fluidtypo3.org/blog/news/flux-71-changes.html

Thanks so much!