Skip to content
Snippets Groups Projects
Commit f1552ad4 authored by Benni Mack's avatar Benni Mack Committed by Andreas Fernandez
Browse files

[BUGFIX] Ensure to use default UID for Extbase objects

With this change, Extbase consistently
returns objects with a "uid" of the default language,
and not the localized ID, depending on the query settings.

This way, side effects related to the Persistence
Storage are removed, as the persistence session is storing
the UID + the localized UID as identifier.

Resolves: #59992
Releases: main
Change-Id: I42c0643ec2eb666c69446aef698fb180152bee08
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75099


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 12eca0cf
No related merge requests found
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