Bug #96073
closed
TCA form validation error with FlexForm sections
Added by Joerg Boesche almost 3 years ago.
Updated almost 3 years ago.
Category:
Backend User Interface
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
- Related to Bug #96027: FlexForm: Typolink link browser/wizard doesn not open in popup added
- Related to Task #95954: Reduce inline JavaScript in FormEngine AJAX responses added
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>
I cannot reproduce this issue with the latest 11.5.4-dev - maybe it has already been fixed in the meantime?
- Status changed from New to Needs Feedback
- Status changed from Needs Feedback to Rejected
Discussed with reporter via Slack → not an issue in the TYPO3 core.
Also available in: Atom
PDF