mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: group can grant a trust level when a user is added
This commit is contained in:
@@ -29,7 +29,8 @@ describe Admin::GroupsController do
|
||||
"automatic_membership_email_domains"=>nil,
|
||||
"automatic_membership_retroactive"=>false,
|
||||
"title"=>nil,
|
||||
"primary_group"=>false
|
||||
"primary_group"=>false,
|
||||
"grant_trust_level"=>nil
|
||||
}])
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user