Actions
Feature #41254
closeddisplayCond for sheets wit dot in fieldname (settings.value)
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.
Updated by Oliver Hader about 12 years ago
- Status changed from New to Needs Feedback
- Target version set to 6.0.0-RC1
- PHP Version set to 5.3
- Complexity set to medium
Can you please give an example how to reproduce? Thx
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
- Target version deleted (
6.0.0-RC1)
No feedback for over 90 days.
Actions