Actions
Bug #35260
closedMissing selection field in t3lib_TCEmain::getPreviousLocalizedRecordUid()
Status:
Closed
Priority:
Should have
Assignee:
Category:
DataHandler aka TCEmain
Target version:
Start date:
2012-03-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
To fix #30469 a new method was introduced in t3lib_TCEmain to fetch the "neighbouring" translated record, if any. For tt_content this method checks for the "colPos" field in order to compare elements from the same content area. But "colPos" is not among the fields selected in the SQL query.
The solution is simply to add "colPos" in the list of fields to select when the table being handled is "tt_content".
Actions