Project

General

Profile

Bug #71436 » FormInlineAjaxController.php.patch

Witali Rott, 2015-12-17 17:32

View differences:

"b/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController - Kopie.php"
if (!isset($childConfig[$flexFormNode]) && preg_match('/^[lv][[:alpha:]]+$/', $flexFormNode)) {
continue;
}
if (!isset($childConfig[$flexFormNode]) && preg_match('/^[[:digit:]]+$/', $flexFormNode)) {
continue;
}
$childConfig = $childConfig[$flexFormNode];
// Skip to the field configuration of a sheet
(3-3/8)