Skip to content
Snippets Groups Projects
Commit c7635cc1 authored by Simon Schaufelberger's avatar Simon Schaufelberger Committed by Christian Kuhn
Browse files

[BUGFIX] Load property from real instance

With the introduction of symfony/property-access in TYPO3 version 10
reading properties through a lazy loaded object got broken. There have
been workaround available like setting the property public so that the
symfony package can access the property.

Resolves: #92357
Releases: main, 11.5
Change-Id: Ibb383eeeee5afea69f503da0d617f22f6046936f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74072


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarTorben Hansen <derhansen@gmail.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarTorben Hansen <derhansen@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 565a7208
Branches
Tags
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