[BUGFIX] EXT:form - Fix compatibility behavior
The compatibility behavior is streamlined to first use the global setting and then override it by using the specific local setting - it defined. Besides that, the unit tests are fixed and adopted to the mentioned changes as well. Resolves: #69961 Releases: master Change-Id: I653c2837219033205d4d59e565dbaeb6dc7f7c1f Reviewed-on: http://review.typo3.org/43429 Reviewed-by:Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
Showing
- typo3/sysext/form/Classes/Domain/Model/Configuration.php 7 additions, 7 deletionstypo3/sysext/form/Classes/Domain/Model/Configuration.php
- typo3/sysext/form/Tests/Unit/Domain/Model/ConfigurationTest.php 64 additions, 11 deletions...sysext/form/Tests/Unit/Domain/Model/ConfigurationTest.php
- typo3/sysext/form/Tests/Unit/Validator/FloatValidatorTest.php 2 additions, 1 deletion...3/sysext/form/Tests/Unit/Validator/FloatValidatorTest.php
- typo3/sysext/form/Tests/Unit/Validator/IntegerValidatorTest.php 2 additions, 1 deletion...sysext/form/Tests/Unit/Validator/IntegerValidatorTest.php
- typo3/sysext/form/Tests/Unit/Validator/LessThanValidatorTest.php 1 addition, 1 deletion...ysext/form/Tests/Unit/Validator/LessThanValidatorTest.php
Please register or sign in to comment