Bug #101050
closedForm finisher overrides problems with flexform sections
100%
Description
Hi,
in TYPO3 12 form finisher overrides don't show flex form sections correctly.
The fields of an array item are always visible, even if none items were added. This may lead to validation errors if the item fields are mandatory.
The following screenshots illustrate the problem with the emailToSender finisher, in v11 everything works fine:
v12:
v11:
Files
Updated by Axel Müller over 1 year ago
+1
TYPO3 12.4.2, cms-form 12..4.2- create new Form with the form-editor (predefined form -> simple contact)
- place the form-plugin on a page
- edit it, klick "override finisher settings"
This Bug is not a "should have", it's a "showstopper" for forms.
Updated by Benni Mack over 1 year ago
- Related to Bug #101313: email-fieldname to override EmailToSender added
Updated by Jan Helke over 1 year ago
I did a git bisect
It looks like the error was introduced by the following patch
https://review.typo3.org/c/Packages/TYPO3.CMS/+/73835
Updated by Christian Kuhn over 1 year ago
- Related to Task #97126: Remove TCEforms array key in FlexForm added
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 1 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/+/80423
Updated by Jan Helke over 1 year ago
- Related to deleted (Bug #101313: email-fieldname to override EmailToSender)
Updated by Gerrit Code Review over 1 year ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80363
Updated by Christian Kuhn over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2842660b23e0e61662f8aa336afb1ffb7a9e7cdf.
Updated by Nikita Hovratov about 1 year ago
- Related to Bug #102250: Form finisher translation language missing in FlexForm added