Bug #60613
closedExtbase Persistence has wrong language fallback when records are translated in any other language
100%
Description
Currently when TYPO3 is configured to do language fallback
and a record is translated in language A, but not
in language B and language B is requested, then this
record is excluded.
This is the case because of a wrong subselect condition.
Extbase selects records in the requested translation
or if no translation is available in the default language.
However the check if translation is available looks
for any translation not only for a translation in the
requested language. Thus the record from the default
language is not selected at all if there are translations
available in any other language.
Solution is to change the subselect condition to check
for the currently requested language.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31859
Updated by Gerrit Code Review over 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31859
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31859
Updated by Gerrit Code Review over 10 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31862
Updated by Helmut Hummel over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 80 to 100
Applied in changeset 82c886a33a167d92cc8d6c0bc623d45369bf2ccd.
Updated by Gerrit Code Review over 10 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31869
Updated by Helmut Hummel over 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset acb06c10b6e1ead9381e8800ffd0efc4d42b6f8a.