Project

General

Profile

Actions

Bug #24586

closed

Flexform labels point to wrong checkbox

Added by Steffen Gebert over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-01-15
Due date:
% Done:

0%

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

Description

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

See screenshot.

(issue imported from #M17049)


Files

Screen shot 2011-01-15 at 02.11.13.png (26.7 KB) Screen shot 2011-01-15 at 02.11.13.png Administrator Admin, 2011-01-15 02:14
17049.diff (643 Bytes) 17049.diff Administrator Admin, 2011-01-16 01:15

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #24427: Refine new labels in pages and tt_content TCE formsClosedIngo Renner2010-12-27

Actions
Actions #1

Updated by Steffen Gebert over 13 years ago

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

Actions #2

Updated by Steffen Gebert over 13 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.

Actions #3

Updated by Ernesto Baschny over 13 years ago

Committed to trunk rev. 10123.

Actions #4

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF