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 #1

Updated by Martin Ellinger over 4 years ago

  • Description updated (diff)
  • Category set to FormEngine aka TCEforms
Actions #2

Updated by Georg Ringer over 4 years ago

  • Status changed from New to Accepted
Actions #3

Updated by Gerrit Code Review over 4 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61911

Actions #4

Updated by Georg Ringer over 4 years ago

to test this behaviour, just add the mentioned flexform snippet to EXT:felogin/Configuration/FlexForms/Login.xml

Actions #5

Updated by Gerrit Code Review over 4 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61911

Actions #6

Updated by Georg Ringer over 4 years ago

  • Related to Bug #88923: Ticking a checkbox in a section will affect only the first element to be changed added
Actions #8

Updated by Gerrit Code Review over 4 years ago

Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61922

Actions #9

Updated by Georg Ringer over 4 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Dima Nozdrin over 4 years ago

  • Related to Bug #87429: Same checkbox in different sections can't be selected indipendently added
Actions #11

Updated by Benni Mack over 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF