Skip to content

Commit

Permalink
KERN-2235 - added saksi:pseudoGroup=true to create_pseudo_group()
Browse files Browse the repository at this point in the history
  • Loading branch information
John King committed Sep 23, 2011
1 parent 2300abc commit f531e17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion full_group_creator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ def create_full_group(creator_id, groupname, title = nil, description = nil)

# create the manager and member pseudo subgroups
def create_pseudo_group(groupname, title, description)
params = { ":name" => groupname }
params = { ":name" => groupname }
params["sakai:pseudoGroup"] = true
params["sakai:excludeSearch"] = true
params["sakai:group-description"] = description || ""
params["sakai:group-id"] = groupname
Expand Down

0 comments on commit f531e17

Please sign in to comment.