diff --git a/typo3/sysext/core/Configuration/TCA/be_groups.php b/typo3/sysext/core/Configuration/TCA/be_groups.php index b51239bec20c5652c37e00f69c8bd9e0f0189f57..e85f2461cca10d1e07739e04953d165257e17ee5 100644 --- a/typo3/sysext/core/Configuration/TCA/be_groups.php +++ b/typo3/sysext/core/Configuration/TCA/be_groups.php @@ -246,7 +246,7 @@ return [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide', 'foreign_table' => 'be_groups', - 'foreign_table_where' => 'AND NOT(be_groups.uid = ###THIS_UID###) AND be_groups.hidden=0 ORDER BY be_groups.title', + 'foreign_table_where' => 'AND NOT(be_groups.uid = ###THIS_UID###) ORDER BY be_groups.title', 'size' => 5, 'autoSizeMax' => 50, 'maxitems' => 20,