Skip to content
Snippets Groups Projects
Commit 612937b2 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

[BUGFIX] Prevent side effects from ViewHelpers

Fluid now provides a ScopedVariableProvider to make sure that
ViewHelpers that provide variables to child nodes don't change
global variable state. With this patch, the new
ScopedVariableProvider from Fluid Standalone is used in Core
ViewHelpers as well.

Resolves #102481
Releases: main

Change-Id: Iaf887208c3f5be07492834734226f0d3c79eebca
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81918


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarSimon Praetorius <simon@praetorius.me>
Tested-by: default avatarSimon Praetorius <simon@praetorius.me>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent ffe4d969
No related merge requests found
Showing
with 276 additions and 13 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