mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FEATURE: notification_level on a per-group basis
This commit is contained in:
parent
d0bbf5c9a6
commit
15c229195f
17 changed files with 137 additions and 30 deletions
|
@ -31,7 +31,8 @@ describe Admin::GroupsController do
|
|||
"title"=>nil,
|
||||
"primary_group"=>false,
|
||||
"grant_trust_level"=>nil,
|
||||
"incoming_email"=>nil
|
||||
"incoming_email"=>nil,
|
||||
"notification_level"=>3,
|
||||
}])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue