Project

General

Profile

Bug #89069 ยป PopulatePageSlugs.patch

Anonymous, 2019-09-20 09:11

View differences:

web/typo3/sysext/install/Classes/Updates/PopulatePageSlugs.php (date 1568963421064)
}
$fieldConfig = $GLOBALS['TCA'][$this->table]['columns'][$this->fieldName]['config'];
$fieldConfig['generatorOptions']['fields'] = ['tx_realurl_pathsegment,title'];
$evalInfo = !empty($fieldConfig['eval']) ? GeneralUtility::trimExplode(',', $fieldConfig['eval'], true) : [];
$hasToBeUniqueInSite = in_array('uniqueInSite', $evalInfo, true);
$hasToBeUniqueInPid = in_array('uniqueInPid', $evalInfo, true);
    (1-1/1)