[TYPO3-mvc] Language recordOverlay
Matthias Pröpping
mail at proepping.com
Mon Feb 8 17:33:59 CET 2010
Hi,
never mind. I found the problem myself.
It's a bug in extbase Typo3DbBackend.php.
Filed a bugreport (http://forge.typo3.org/issues/show/6409)
Kind regards,
Matthias
-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org
[mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von
Matthias Pröpping
Gesendet: Montag, 8. Februar 2010 15:26
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: [TYPO3-mvc] Language recordOverlay
Hi,
I am currently having trouble with getting the language overlay for my
records using extbase.
I can retrieve the default language records by doing a
$this->repository->findAll().
But the records wont get overlayed correctly. By looking through the code
in Typo3DbBackend.php I can see that this should be implemented.
The call to $this->pageSelectObject->getRecordOverlay kills the overlay
record but not the default language one.
Can someone suggest what could be wrong? Could it be my TS-config
altogether? The configuration below behaves beautifully with standard TYPO3
CEs.
Hope someone could suggest something or have a working config?
Thanks in advance
Matthias
My Ts-config:
config {
language = de
locale_all = de_DE
htmlTag_langKey = de-DE
linkVars = L
sys_language_uid = 0
}
[globalVar=GP:L=1]
config {
sys_language_uid = 1
language = en
locale_all = en_GB
htmlTag_langKey = en-GB
}
[global]
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list