Project

General

Profile

Bug #101443 ยป typo3-backend-workspace-pid-fix.patch

Ernesto Baschny, 2023-07-25 18:55

View differences:

backend/Classes/Utility/BackendUtility.php
public static function getCommonSelectFields($table, $prefix = '', $fields = [])
{
$fields[] = $prefix . 'uid';
$fields[] = $prefix . 'pid';
if (isset($GLOBALS['TCA'][$table]['ctrl']['label']) && $GLOBALS['TCA'][$table]['ctrl']['label'] != '') {
$fields[] = $prefix . $GLOBALS['TCA'][$table]['ctrl']['label'];
}
    (1-1/1)