[BUGFIX] ReflectionService must recognize short data types
Since the Core uses and embraces the usage of short data type names like "bool" or "int", internal type checks must ensure these are recognized as well. This patch takes the load off the checks and implements type conversion for these short names right into the ReflectionService, so the checks are still done against the full names like "boolean" or "integer". Resolves: #62547 Releases: master Change-Id: I0d391f04f91c40035d0ff9ae314f8f5bc4d0454c Reviewed-on: http://review.typo3.org/33611 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net>
Please register or sign in to comment