Bug #61045
closedRECORDS and languageField not working
0%
Description
I'm always getting the default language:
20 = RECORDS
20 {
tables = tt_content
source = 12
languageField = sys_language_uid
}
CONTENT is working:
10 = CONTENT
10 {
table = tt_content
select {
pidInList = 3
orderBy = sorting
max = 1
languageField = sys_language_uid
}
}
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Needs Feedback
- Assignee set to Mathias Schreiber
Could you try to set
config.sys_language_overlay = 1
Updated by Alexander Opitz over 9 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Mathias Schreiber)
No feedback within the last 90 days => closing this issue.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Updated by Matthias Philipp about 8 years ago
The parameter "languageField" is not supported in the RECORDS object.
This query always returns the rows adressed by the source IDs, localisation depends on sys_language_overlay setting.
This behaviour might not be the expected for most users, because the CONTENT object translates in another way.
This difference should be noted in the documentation of the RECORD object.
See also https://forge.typo3.org/issues/24338