Bug #32216
closedOrderBy on translated records doesn't work properly
100%
Description
Hello all
I looked for a similar issue in the bugtracker and I wondered that I couldn't find any report for this problem. Im my opinion it shouldn't be an unusual case, so if I'm just reporting a known issue please feel free to delete this report.
Usecase:
I'm trying to get all localized records from the repository ordered by their "title"-attribute.
Problem:
The records are ordered by their title in default language, instead by their translated title.
Possible Cause:
The ordering takes place when the records with sys_language_uid = 0 are requested from db ("ORDER BY"-clause). The language overlay for the current language is done later, without any ordering-reimplementation.
Suggestions:
I'm not sure what's the best way to fix the problem. Sorting the translated record after doing the language-overlay is more an hack than a practicable way to fix this issue, and not performant at all. I hope that anybody has a better idea, how to handle this.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10188
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10188
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10188
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10188
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10188
Updated by Gerrit Code Review over 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10188
Updated by Markus Günther over 12 years ago
- Category set to Extbase: Generic Persistence
Updated by Gerrit Code Review over 12 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10188
Updated by Nicole Cordes over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:fdeb26768835a36ae69a8cb6b801b37ea6671c83.
Updated by Michael Stucki almost 9 years ago
- Project changed from 534 to TYPO3 Core
- Category deleted (
Extbase: Generic Persistence) - TYPO3 Version set to 4.5
- Is Regression set to No
Updated by Kevin Ditscheid over 6 years ago
- Related to Bug #84707: Extbase wrongly counting translated objects added