From 0fdf620441b37fb74aac1d19fd6a400f36d2f623 Mon Sep 17 00:00:00 2001 From: Markus Sommer <markussom@posteo.de> Date: Sat, 3 Jun 2017 14:26:25 +0200 Subject: [PATCH] [TASK] Show hidden sub group items in be_groups records MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Show hidden records in the subgroup list of be_group records, too. Change-Id: Iaca85f22bdf8a4c308b59fd37bd75b4a913614a0 Resolves: #81452 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53085 Reviewed-by: Jasmina Ließmann <code@frauliessmann.de> Tested-by: Jasmina Ließmann <code@frauliessmann.de> Reviewed-by: Marco Christian Krenn <krenn@webconsulting.at> Tested-by: Marco Christian Krenn <krenn@webconsulting.at> Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- typo3/sysext/core/Configuration/TCA/be_groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Configuration/TCA/be_groups.php b/typo3/sysext/core/Configuration/TCA/be_groups.php index b51239bec20c..e85f2461cca1 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, -- GitLab