Actions
Task #69355
closedEXT:form - Allow case insensitive for inarray validator
Start date:
2015-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Right now when using the "inarray" validator the validation is case sensitive. There should be a new configuration which allows to switch off case sensitivity. See example.
temp.vInarray = inarray temp.vInarray { # @ToDo: Would it make sense to have a configuration to switch off case sensitivity? array { 1 = TYPO3 2 = Wordpress 3 = Joomla 4 = Drupal } }
Actions