Bug #95441
closedDataHandler - flex inline field validation issue
100%
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
Updated by Davide Alghi about 3 years ago
My proposals
TYPO3 v10
https://github.com/TYPO3/typo3/pull/324
TYPO3 master
https://github.com/TYPO3/typo3/pull/325
Updated by Davide Alghi about 3 years ago
- Related to Task #95442: Fixes datahandler.flexInlineFieldsValidationIssue added
Updated by Davide Alghi about 3 years ago
- Related to Task #95443: Fixes datahandler-flexInlineFieldsValidationIssue added
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review about 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Nikita Hovratov about 3 years ago
- Category changed from Miscellaneous to Form Framework
- Target version set to Candidate for patchlevel
Updated by Gerrit Code Review about 3 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review almost 3 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review almost 3 years ago
Patch set 7 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review almost 3 years ago
Patch set 8 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review almost 3 years ago
Patch set 9 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review almost 3 years ago
Patch set 10 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review almost 3 years ago
Patch set 11 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71490
Updated by Gerrit Code Review almost 3 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72688
Updated by Nikita Hovratov almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2f6df56cfeec04132bd9624bce2ab75b1080e863.