[BUGFIX] Fix resolving of method validators
This is a regression bugfix. During the ClassSchema refactoring the resolving of method validators broke due to stripping of beginning dollar signs from tags. Releases: master Resolves: #83425 Change-Id: Ida33ade7bc61c0bb926fbf1895612eac9a94d948 Reviewed-on: https://review.typo3.org/55244 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/extbase/Classes/Reflection/ClassSchema.php 7 additions, 2 deletionstypo3/sysext/extbase/Classes/Reflection/ClassSchema.php
- typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ActionControllerTest.php 211 additions, 0 deletions.../Tests/Functional/Mvc/Controller/ActionControllerTest.php
- typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Controller/TestController.php 71 additions, 0 deletions...onal/Mvc/Controller/Fixture/Controller/TestController.php
- typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Model/Model.php 25 additions, 0 deletions.../Functional/Mvc/Controller/Fixture/Domain/Model/Model.php
- typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Validator/ModelValidator.php 29 additions, 0 deletions...vc/Controller/Fixture/Domain/Validator/ModelValidator.php
- typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Validation/Validator/CustomValidator.php 29 additions, 0 deletions...ntroller/Fixture/Validation/Validator/CustomValidator.php
Please register or sign in to comment