Skip to content

Commit

Permalink
deleting collab sub-group for group optin
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Jul 26, 2021
1 parent c61c75d commit 42a9f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Controller/GrouperGroupsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
}
}

Expand Down

0 comments on commit 42a9f1f

Please sign in to comment.