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
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.
Actions