mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Allow admins to choose if groups are visible or not.
This commit is contained in:
@ -22,7 +22,8 @@ describe Admin::GroupsController do
|
||||
"name"=>group.name,
|
||||
"user_count"=>1,
|
||||
"automatic"=>false,
|
||||
"alias_level"=>0
|
||||
"alias_level"=>0,
|
||||
"visible"=>true
|
||||
}]
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user