[TASK] Create Extbase validators using ValidatorResolver
With refactoring #96998, Extbase validators should always be initialized calling setOptions(). Issue #97010 showed this is easy to forget. The patch avoids instantiating single validators directly, they are now always instantiated using ValidatorResolver->createValidator() which takes care of options setting. Resolves: #97021 Related: #96998 Related: #97010 Releases: main Change-Id: Ibb2966a442b37748d339fd2d88add13387f6ec07 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73694 Tested-by:core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php 1 addition, 2 deletions...ysext/extbase/Classes/Mvc/Controller/ActionController.php
- typo3/sysext/extbase/Classes/Validation/ValidatorResolver.php 6 additions, 19 deletions...3/sysext/extbase/Classes/Validation/ValidatorResolver.php
- typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php 12 additions, 4 deletions...rm/Classes/Domain/Model/Renderable/AbstractRenderable.php
- typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php 8 additions, 11 deletionstypo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php
- typo3/sysext/form/Classes/Mvc/ProcessingRule.php 8 additions, 6 deletionstypo3/sysext/form/Classes/Mvc/ProcessingRule.php
- typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php 5 additions, 2 deletions...orm/Classes/Mvc/Property/PropertyMappingConfiguration.php
- typo3/sysext/form/Configuration/Services.yaml 3 additions, 0 deletionstypo3/sysext/form/Configuration/Services.yaml
- typo3/sysext/form/Tests/Unit/Mvc/ProcessingRuleTest.php 31 additions, 14 deletionstypo3/sysext/form/Tests/Unit/Mvc/ProcessingRuleTest.php
- typo3/sysext/form/Tests/Unit/Mvc/Property/PropertyMappingConfigurationTest.php 14 additions, 4 deletions...ts/Unit/Mvc/Property/PropertyMappingConfigurationTest.php
Please register or sign in to comment