From 42a9f1f6d2cb0c1084c6e36ae47896904cce723f Mon Sep 17 00:00:00 2001 From: axman Date: Mon, 26 Jul 2021 14:20:02 -0700 Subject: [PATCH] deleting collab sub-group for group optin --- Controller/GrouperGroupsController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Controller/GrouperGroupsController.php b/Controller/GrouperGroupsController.php index b608308..d33d20b 100644 --- a/Controller/GrouperGroupsController.php +++ b/Controller/GrouperGroupsController.php @@ -275,6 +275,7 @@ public function breakoutGroups(array $recordSet, $type='basic') { foreach($wgData as &$wgRec) { $wgRec['workingGroupId'] = $wgRec['Groups'][0]['name']; $wgRec['workingDesc'] = $this->hackDescription($wgRec['Groups'][0]['description']); + unset($wgRec['Groups']); } }