Bug #24586
closed
Flexform labels point to wrong checkbox
Added by Steffen Gebert almost 14 years ago.
Updated over 13 years ago.
Description
Insert fe_login plugin.
Click on the 3rd Enabled, the 1st Checkbox is toggled.
See screenshot.
(issue imported from #M17049)
Files
It has probably never worked, but was simply not used.
The id of the checkbox is always _0.
Reason is that $PA['itemFormElID'] in t3lib_TCEforms::getSingleField_typeCheck() is undefined.
The $PA parameter array for flexforms created in t3lib_TCEforms_Flexforms::modifySingleFlexFormSheet(), using $fakePA as variable name.
Using the itemFormElName also as itemFormElID solves this issue and makes IDs unique also in FlexForms.
Committed to trunk rev. 10123.
- Target version deleted (
4.5.0)
Also available in: Atom
PDF