2
0
Fork 0
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:
Arpit Jalan 2016-07-09 00:50:04 +05:30 committed by GitHub
parent f7c303c82e
commit c626558d36
4 changed files with 22 additions and 8 deletions

View file

@ -34,6 +34,7 @@ describe Admin::GroupsController do
"incoming_email"=>nil,
"notification_level"=>2,
"has_messages"=>false,
"is_member"=>true,
"mentionable"=>false
}])
end