[TYPO3-mvc] RFC #11319: Bug: The translation overlay doesn't work for pages.
André Stösel
andre at stoesel.de
Fri Dec 10 10:49:24 CET 2010
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