Actions
Bug #80653
closedEXT:form - Count Validator do not support arguments
Start date:
2017-04-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The ext:form count validator does not provide the arguments to the extbase 'TYPO3\CMS\Extbase\Validation\Error' class.
Because of that no sprintf placeholders will be replaced.
In addition the ext:form translation service must prevent to call sprintf if the arguments array is empty.
Actions