Actions
Bug #95441
closedDataHandler - flex inline field validation issue
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2021-10-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Any server-side validation (eval: email) for an inline field , in a flex field type, is skipped
Issue is in TYPO3 v10 and TYPO3 v11.
- create a form with finisher containing a validated email field, such as "Email to sender"
- add a Form Content Element to any page
- choose that form ("Form definition")
- enable "Override finisher settings"
- switch to "Email to sender" tab
- "Email Address" field is evaluated as email (https://github.com/TYPO3/typo3/blob/cb702fdd3092be81c0732af0864ecde470a0cb4d/typo3/sysext/form/Configuration/Yaml/Finishers/EmailToSender.yaml#L53)
- in "Email Address" field, enter any text, that is not an email address
- save edit form
- no alert is displayed and the wrong address is still saved
Actions