[TYPO3-mvc] RFC #11319: Bug: The translation overlay doesn't work for pages.
Kevin Ulrich Moschallski
km at 3digit.de
Fri Dec 10 19:01:02 CET 2010
Hi André,
thanks for the patch. I just tested your patch and it works fine. The
only thing maybe missing is, that there is another system table which
also has a language overlay table. It's fe_groups_language_overlay.
Maybe we should also add a case for this table too.
Regards,
Kevin
On 2010-12-10 10:49:24 +0100, André Stösel said:
> This is a SVN patch request.
>
> Type: Bugfix
>
> Bugtracker reference:
> http://forge.typo3.org/issues/11319
>
> Branches:
> trunk
>
> Problem:
> The translation overlay doesn't work for pages.
>
> Solution:
> Call
> $this->pageSelectObject->getPageOverlay($row, $languageUid);
> instead of
> $row = $this->pageSelectObject->getRecordOverlay($tableName, $row,
> $languageUid, $overlayMode);
> if the table is "pages".
More information about the TYPO3-project-typo3v4mvc
mailing list