Project

General

Profile

Bug #83809 ยป Provide__effectivePid__for_flex_forms_segment__83809.patch

Michael Gaier, 2018-03-05 16:14

View differences:

typo3/sysext/backend/Classes/Form/FormDataProvider/TcaFlexProcess.php (revision )
],
'selectTreeCompileItems' => $result['selectTreeCompileItems'],
'flexParentDatabaseRow' => $result['databaseRow'],
'effectivePid' => $result['effectivePid']
];
if (!empty($newColumns)) {
......
'flexParentDatabaseRow' => $result['databaseRow'],
// Whether to compile TCA tree items - inherit from parent
'selectTreeCompileItems' => $result['selectTreeCompileItems'],
'effectivePid' => $result['effectivePid']
];
if (!empty($tcaNewColumns)) {
......
],
'selectTreeCompileItems' => $result['selectTreeCompileItems'],
'flexParentDatabaseRow' => $result['databaseRow'],
'effectivePid' => $result['effectivePid']
];
$flexSegmentResult = $formDataCompiler->compile($inputToFlexFormSegment);
    (1-1/1)