[TYPO3-mvc] Correct way of creating language overlay records
Patrick Schriner
patrick.schriner at diemedialen.de
Tue Oct 2 10:19:25 CEST 2012
On Tue, 02 Oct 2012 10:12:09 +0200, Matthias Krappitz
<matthias at nospam.aemka.de> wrote:
>> prenote: AFAIK languages and workspaces are not supported in Extbase
>> (maybe there's something for 6.x)
>
> Both is not true for reading data - language overlays and workspaces are
> handled correctly since some extbase versions already. For writing data
> you might be right.
The last time I checked Extbase 1.3 failed miserably when using n:m
relations. 1:n localizations might work fine.
The different localization modes don't work reliably either.
All in all: "simple" models work quite fine, nested models break.
>> i would write a direct mysql statement (no Extbase query) in the
>> repository class to add these overlays!
>> (i do this often to bypass the sometimes damned db query engine!)
>
> That is what I had in mind, too - would have been glad that this would
> not be necessary.
>
> Matthias
Patrick Schriner
More information about the TYPO3-project-typo3v4mvc
mailing list