Bug #35260
closedMissing selection field in t3lib_TCEmain::getPreviousLocalizedRecordUid()
100%
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".
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9891
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/9959
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9960
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9961
Updated by Francois Suter over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 45472a9a63966c2514e70ad7c4948f1badd65d77.
Updated by Felix Nagel over 12 years ago
This patch is faulty. Please take a look here: #37221
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed