Project

General

Profile

Actions

Bug #95441

closed

DataHandler - flex inline field validation issue

Added by Davide Alghi over 2 years ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
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.

Steps to reproduce:
  1. create a form with finisher containing a validated email field, such as "Email to sender"
  2. add a Form Content Element to any page
  3. choose that form ("Form definition")
  4. enable "Override finisher settings"
  5. switch to "Email to sender" tab
  6. "Email Address" field is evaluated as email (https://github.com/TYPO3/typo3/blob/cb702fdd3092be81c0732af0864ecde470a0cb4d/typo3/sysext/form/Configuration/Yaml/Finishers/EmailToSender.yaml#L53)
  7. in "Email Address" field, enter any text, that is not an email address
  8. save edit form
  9. no alert is displayed and the wrong address is still saved

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #95442: Fixes datahandler.flexInlineFieldsValidationIssueClosed2021-10-02

Actions
Related to TYPO3 Core - Task #95443: Fixes datahandler-flexInlineFieldsValidationIssueClosed2021-10-02

Actions
Actions

Also available in: Atom PDF