Bug #24586

Flexform labels point to wrong checkbox

Added by Steffen Gebert over 4 years ago. Updated over 4 years ago.

Status:Closed Start date:2011-01-15
Priority:Should have Due date:
Assigned To:Ernesto Baschny % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version: Is Regression:
PHP Version: Sprint Focus:
Complexity:

Description

Insert fe_login plugin.
Click on the 3rd Enabled, the 1st Checkbox is toggled.

See screenshot.

(issue imported from #M17049)

Screen shot 2011-01-15 at 02.11.13.png (26.7 kB) Administrator Admin, 2011-01-15 02:14

17049.diff Magnifier (643 Bytes) Administrator Admin, 2011-01-16 01:15


Related issues

related to Core - Bug #24427: Refine new labels in pages and tt_content TCE forms Closed 2010-12-27

History

#1 Updated by Steffen Gebert over 4 years ago

It has probably never worked, but was simply not used.

#2 Updated by Steffen Gebert over 4 years ago

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.

#3 Updated by Ernesto Baschny over 4 years ago

Committed to trunk rev. 10123.

#4 Updated by Susanne Moog over 4 years ago

  • Target version deleted (4.5.0)

Also available in: Atom PDF