Project

General

Profile

Actions

Bug #63061

closed

displayCond for sheets in flexform

Added by Loon Buster over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-11-19
Due date:
% Done:

0%

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

Description

hello.

~> https://forge.typo3.org/issues/60339

.loon

[..]

//list($sheetName, $fieldName) = GeneralUtility::trimExplode('.', $splitCondition1);

$tempArray = GeneralUtility::trimExplode('.', $splitCondition1);
$sheetName = $tempArray0;
array_shift($tempArray);
$fieldName = implode('.', $tempArray);

$fieldValue = $editData['data'][$sheetName][$lang][$fieldName];
$splitCondition1 = $fieldName;
$dataStruct['ROOT']['TCEforms']['displayCond'] = join(':', $splitCondition);
$fakeRow = array($fieldName => $fieldValue);
break;

[..]


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #60339: displayCond for sheets in flexform with extbase settings namespaceClosed2014-07-15

Actions
Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Closed

duplicate

Actions

Also available in: Atom PDF