Project

General

Profile

Actions

Feature #41254

closed

displayCond for sheets wit dot in fieldname (settings.value)

Added by Thomas Kieslich about 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-09-22
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
medium
Sprint Focus:

Description

Fieldnames with dot in Flexform needed for extbase settings. At the Moment we get always the first part of a fieldname with dot.
I change in TYPO3\CMS\Backend\Form\FormEngine line 2558
from

list($sheetName, $fieldName) = \TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode('.', $splittedCondition[1]);

to
list($sheetName, $fieldName) = \TYPO3\CMS\Core\Utility\GeneralUtility::trimExplode('.', $splittedCondition[1],FALSE,2);

It works, but not sure if it works with Sections.

Actions

Also available in: Atom PDF