Skip to content
Snippets Groups Projects
Commit 81a85e6e authored by Alexander Schnitzler's avatar Alexander Schnitzler Committed by Christian Kuhn
Browse files

[BUGFIX] ActionController must not register superfluous validators

\TYPO3\CMS\Extbase\Mvc\Controller\ActionController::initializeActionMethodValidators
registers a superfluous property validator for simple types. As these
kinds of validators are added through method getBaseValidatorConjunction,
the superfluous registration is removed.

Releases: master
Resolves: #84953
Change-Id: I02fe7863b9014aa6072653d536dfeed67a01deda
Reviewed-on: https://review.typo3.org/56901


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 833cbc60
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