Project

General

Profile

Bug #95181 » FlexFormService.patch

The patch - Pierrick Caillon, 2021-09-10 14:39

View differences:

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;
(2-2/4)