Project

General

Profile

Actions

Bug #96073

closed

TCA form validation error with FlexForm sections

Added by Joerg Boesche over 2 years ago. Updated over 2 years ago.

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

flexform_validation_error.png (69.2 KB) flexform_validation_error.png FlexForm Section Element validation error Joerg Boesche, 2021-11-25 11:06
edit-flex.png (50.1 KB) edit-flex.png Susanne Moog, 2021-11-27 10:56

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #96027: FlexForm: Typolink link browser/wizard doesn not open in popupClosed2021-11-18

Actions
Related to TYPO3 Core - Task #95954: Reduce inline JavaScript in FormEngine AJAX responsesClosedOliver Hader2021-11-10

Actions
Actions #1

Updated by Joerg Boesche over 2 years ago

  • Related to Bug #96027: FlexForm: Typolink link browser/wizard doesn not open in popup added
Actions #2

Updated by Joerg Boesche over 2 years ago

  • Related to Task #95954: Reduce inline JavaScript in FormEngine AJAX responses added
Actions #3

Updated by Joerg Boesche over 2 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>
Actions #4

Updated by Susanne Moog over 2 years ago

I cannot reproduce this issue with the latest 11.5.4-dev - maybe it has already been fixed in the meantime?

Actions #5

Updated by Oliver Hader over 2 years ago

  • Status changed from New to Needs Feedback
Actions #6

Updated by Oliver Hader over 2 years ago

  • Status changed from Needs Feedback to Rejected

Discussed with reporter via Slack → not an issue in the TYPO3 core.

Actions

Also available in: Atom PDF