Project

General

Profile

Actions

Bug #89092

closed

Type "checkbox" within FlexForm sections

Added by Martin Ellinger over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2019-09-05
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After TYPO3 Update from 7.6 to 9.5 it is no longer possible to use a checkbox within FlexForm sections. If u add multiple inline-entries all checkboxes get the same id. If u click on a checkbox the first one is triggered all the time.

Example FlexForm config

<T3DataStructure>
    <meta type="array">
        <langDisable>1</langDisable>
    </meta>
    <sheets>
        <template>
            <ROOT>
                <TCEforms>
                    <sheetTitle>Template</sheetTitle>
                </TCEforms>
                <type>array</type>
                <el>
                    <settings.modules>
                        <section>1</section>
                        <title>Module</title>
                        <type>array</type>
                        <el type="array">
                            <module>
                                <title>Modul</title>
                                <type>array</type>
                                <el type="array">
                                    <modulname>
                                        <TCEforms type="array">
                                            <label>Modulname</label>
                                            <config type="array">
                                                <type>input</type>
                                                <size>50</size>
                                            </config>
                                        </TCEforms>
                                    </modulname>
                                    <availability>
                                        <TCEforms type="array">
                                            <label>Verfügbarkeit</label>
                                            <config type="array">
                                                <type>check</type>
                                                <default>0</default>
                                            </config>
                                        </TCEforms>
                                    </availability>
                                </el>
                            </module>
                        </el>
                    </settings.modules>
                </el>
            </ROOT>
        </template>
    </sheets>
</T3DataStructure>

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #88923: Ticking a checkbox in a section will affect only the first element to be changedClosed2019-08-05

Actions
Related to TYPO3 Core - Bug #87429: Same checkbox in different sections can't be selected indipendentlyClosed2019-01-14

Actions
Actions

Also available in: Atom PDF