diff --git a/typo3/sysext/dashboard/Configuration/TCA/be_dashboards.php b/typo3/sysext/dashboard/Configuration/TCA/be_dashboards.php index 3a7ebc57e41a063fef3f7098bf8bdb1c1cc07460..d9b56b8fdc1e7ab46519720c56fe29fa25bcebc0 100644 --- a/typo3/sysext/dashboard/Configuration/TCA/be_dashboards.php +++ b/typo3/sysext/dashboard/Configuration/TCA/be_dashboards.php @@ -20,9 +20,6 @@ return [ ], 'searchFields' => 'identifier,title,configuration' ], - 'interface' => [ - 'showRecordFieldList' => 'hidden,identifier,title,configuration,starttime,endtime' - ], 'columns' => [ 'hidden' => [ 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.enabled',