Actions
Bug #96073
closedTCA form validation error with FlexForm sections
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-11-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The TCA form validation fails if the content elements contains a FlexForm file with sections.
Although the fields are filled with valid values, the validator does not seem to get the information from the elements of the FlexForm section.
See screenshot.
Files
Updated by Joerg Boesche almost 3 years ago
- Related to Bug #96027: FlexForm: Typolink link browser/wizard doesn not open in popup added
Updated by Joerg Boesche almost 3 years ago
- Related to Task #95954: Reduce inline JavaScript in FormEngine AJAX responses added
Updated by Joerg Boesche almost 3 years ago
FlexForm configuration to reproduce the issue:
<?xml version="1.0" encoding="UTF-8"?>
<T3DataStructure>
<meta>
<langDisable>1</langDisable>
</meta>
<ROOT>
<type>array</type>
<el>
<linklist>
<type>array</type>
<section>1</section>
<el>
<item>
<title>LLL:EXT:acme/Resources/Private/Language/locallang_db.xlf:linklist</title>
<type>array</type>
<el>
<linkitem_link>
<TCEforms>
<label>LLL:EXT:acme/Resources/Private/Language/locallang_db.xlf:linkitem_link</label>
<config>
<type>input</type>
<renderType>inputLink</renderType>
<size>30</size>
<eval>trim,required</eval>
<fieldControl>
<linkPopup>
<renderType>linkPopup</renderType>
</linkPopup>
</fieldControl>
</config>
</TCEforms>
</linkitem_link>
</el>
</item>
</el>
</linklist>
</el>
</ROOT>
</T3DataStructure>
Updated by Susanne Moog almost 3 years ago
- File edit-flex.png edit-flex.png added
I cannot reproduce this issue with the latest 11.5.4-dev - maybe it has already been fixed in the meantime?
Updated by Oliver Hader almost 3 years ago
- Status changed from New to Needs Feedback
Updated by Oliver Hader almost 3 years ago
- Status changed from Needs Feedback to Rejected
Discussed with reporter via Slack → not an issue in the TYPO3 core.
Actions