Bug #89092
closedType "checkbox" within FlexForm sections
100%
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>
Updated by Martin Ellinger over 5 years ago
- Description updated (diff)
- Category set to FormEngine aka TCEforms
Updated by Gerrit Code Review over 5 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
Updated by Georg Ringer over 5 years ago
to test this behaviour, just add the mentioned flexform snippet to EXT:felogin/Configuration/FlexForms/Login.xml
Updated by Gerrit Code Review over 5 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
Updated by Georg Ringer over 5 years ago
- Related to Bug #88923: Ticking a checkbox in a section will affect only the first element to be changed added
Updated by Gerrit Code Review over 5 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
Updated by Georg Ringer over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f0bff59240fb938e905710a91eefb2451c29a080.
Updated by Dima Nozdrin over 5 years ago
- Related to Bug #87429: Same checkbox in different sections can't be selected indipendently added