Skip to content
Snippets Groups Projects
Commit 8903c93c authored by Elias Häußler's avatar Elias Häußler Committed by waldhacker
Browse files

[TASK] Drop superfluous `conditionContextDefinition` usages

With #86196, usage of the Symfony expression language was streamlined
in core. This also affected EXT:form, since it uses the expression
language for form variants. The form prototype configuration
`conditionContextDefinition` was replaced by an appropriate
configuration using a `Configuration/ExpressionLanguage.php` file.
However, some usages of mentioned form prototype configuration were not
removed.

This patch removes all remaining occurrences of
`conditionContextDefinition` and updates the documentation
accordingly - since this seems to be forgotten with #86196.

Resolves: #97023
Related: #86196
Releases: main, 11.5
Change-Id: If6a7a2b5f5f38326eb1fe9fe339ca7ffeb4bc8e8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74514


Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Tested-by: default avatarwaldhacker <hello@waldhacker.dev>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarwaldhacker <hello@waldhacker.dev>
parent a3e481d2
Branches
Tags
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