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 created a mask element that uses the Content field. I used the field inside a container element.
I can localize the mask element but not the content that I put into the Content field. All content elements in the Content field are greyed out in the translated Mask element.
The button "Localize all records" is active but nothing happens when I click it.
If I look at the network traffic I see that the following ajax call is made:
https://[mydomain]/typo3/ajax/record/inline/synchronizelocalize?token=9234e....
I have created a new content element in the second language manualy and selected the parent element in the dropdown. That looks correct in the backend but the frontend still shows the content of the first language.
I use TYPO3 12.4.1 with Mask 8.1.5 and Container elements 2.2.2
All works well if I use the mask element without a container.
ATM I am using this workaround: I create the element outside the container and translate it. After that I drag it into the container.
Can anyone else confirm this issue?
Thanks,
Patrick.
The text was updated successfully, but these errors were encountered:
Hello,
I have created a mask element that uses the Content field. I used the field inside a container element.
I can localize the mask element but not the content that I put into the Content field. All content elements in the Content field are greyed out in the translated Mask element.
The button "Localize all records" is active but nothing happens when I click it.
If I look at the network traffic I see that the following ajax call is made:
https://[mydomain]/typo3/ajax/record/inline/synchronizelocalize?token=9234e....
Response:
{"data":"","stylesheetFiles":[],"scriptItems":[],"compilerInput":{"localize":[],"delete":[]}}
I have created a new content element in the second language manualy and selected the parent element in the dropdown. That looks correct in the backend but the frontend still shows the content of the first language.
I use TYPO3 12.4.1 with Mask 8.1.5 and Container elements 2.2.2
All works well if I use the mask element without a container.
ATM I am using this workaround: I create the element outside the container and translate it. After that I drag it into the container.
Can anyone else confirm this issue?
Thanks,
Patrick.
The text was updated successfully, but these errors were encountered: