Bug #95181 » FlexFormService.patch
html/typo3/sysext/core/Classes/Service/FlexFormService.php (date 1631283839296) | ||
---|---|---|
return $nodeValue;
|
||
}
|
||
if (in_array($nodeKey, ['el', '_arrayContainer'])) {
|
||
return $this->walkFlexFormNode($nodeValue, $valuePointer);
|
||
return empty($nodeValue) ? [] : $this->walkFlexFormNode($nodeValue, $valuePointer);
|
||
}
|
||
if (($nodeKey[0] ?? '') === '_') {
|
||
continue;
|