mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FEATURE: Public groups.
This commit is contained in:
parent
78553151ea
commit
be5b5f6bea
14 changed files with 352 additions and 187 deletions
|
@ -39,8 +39,10 @@ describe Admin::GroupsController do
|
|||
"flair_bg_color"=>nil,
|
||||
"flair_color"=>nil,
|
||||
"bio_raw"=>nil,
|
||||
"bio_cooked"=>nil
|
||||
"bio_cooked"=>nil,
|
||||
"public"=>false
|
||||
}])
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue