Project

General

Profile

Bug #82462 ยป bug_82462.diff

Florian Rival, 2017-11-13 14:15

View differences:

typo3/sysext/core.new/Classes/DataHandling/DataHandler.php 2017-11-13 13:04:04.000000000 +0100
}
$shadowCols .= ',' . $GLOBALS['TCA'][$table]['ctrl']['type'];
$shadowCols .= ',' . $GLOBALS['TCA'][$table]['ctrl']['label'];
if (isset($GLOBALS['TCA'][$table]['columns']['hidden'])) {
$shadowCols .= ',hidden';
}
$shadowColumns = array_unique(GeneralUtility::trimExplode(',', $shadowCols, true));
foreach ($shadowColumns as $fieldName) {
if ((string)$justStoredRecord[$fieldName] !== (string)$liveRec[$fieldName] && isset($GLOBALS['TCA'][$table]['columns'][$fieldName]) && $fieldName !== 'uid' && $fieldName !== 'pid') {
    (1-1/1)