mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: group pages should not show Messages tab to unauthorised users (#4318)
This commit is contained in:
parent
f7c303c82e
commit
c626558d36
4 changed files with 22 additions and 8 deletions
|
@ -34,6 +34,7 @@ describe Admin::GroupsController do
|
|||
"incoming_email"=>nil,
|
||||
"notification_level"=>2,
|
||||
"has_messages"=>false,
|
||||
"is_member"=>true,
|
||||
"mentionable"=>false
|
||||
}])
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue