Actions
Bug #22177
closedmulitlanguage CONTENT.select on table pages
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-02-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you make a select on the pages table within a CONTENT element it always reports the original pages content not the pages language overlay. If you use page tt_content instead it could make an lang overlay.
The solution is a hack on tslib_cObj->CONTENT which test for table pages and then use the getPageOverlay instead of getRecorrdOverlay
Example
30 = CONTENT
30 {
table = pages
select {
uidInList = 1,2,3,4,5
pidInList = 0
orderBy = sorting
#languageField=sys_language_uid
}
(issue imported from #M13647)
Files
Actions