Bug #53928 ยป DataHandler.patch
typo3/sysext/core/Classes/DataHandling/DataHandler.php | ||
---|---|---|
}
|
||
}
|
||
}
|
||
if ($tcaFieldConf['itemsProcFunc'] && empty($res)) {
|
||
$res['value'] = $value;
|
||
}
|
||
return $res;
|
||
}
|
||