Skip to content
Snippets Groups Projects
Commit 23910371 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[BUGFIX] Better sorting localizing records from non-default language

Using the "translate" button in page module and localizing
records from non-default language may lead to funny content
element sorting in the target language.

This has been mitigated with probably #85300 and #84951
a while ago already, but there still exists a codewise
misbehavior in DataHandler::getPreviousLocalizedRecordUid().

The patch streamlines the method and applies a fix so
records calculate the correct "before" uid even in
"localization of a localization" context.

Resolves: #83079
Resolves: #83469
Related: #85300
Related: #84951
Releases: master, 11.5
Change-Id: I03c566054bd4939fed96206f62633b2abe4f195f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/54750


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewe...
parent c09cfd40
Branches
Tags
No related merge requests found
Showing
with 259 additions and 71 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment