Skip to content

Commit

Permalink
Jira ICPCO-220
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Stohn authored and Axel Stohn committed Sep 15, 2022
1 parent 5405bc4 commit 3110bbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Model/GrouperGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ class GrouperGroup extends GrouperLiteAppModel
private $templateCreationGroup = 'ref:workinggroupadmins';

private $wgStemsTopLevel = array(
'ref:incommon-collab'
'ref:incommon-collab',
'ref:internet2-collab'
);

// Current listing of groups that are associated to Working Groups
Expand All @@ -57,7 +58,8 @@ class GrouperGroup extends GrouperLiteAppModel
'app:confluence',
'app:sympa:internet2',
'app:sympa:incommon',
'ref:incommon-collab'
'ref:incommon-collab',
'ref:Internet2-collab'
);

//Stem for email groups, only email groups using this stem are viewable
Expand Down

0 comments on commit 3110bbf

Please sign in to comment.