mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Allow groups to be used as aliases for user mention
when configured by the admin a group can be found through the @mentions feature in both the compose/reply and the private message user-selectors and once selected the mention will be replaced by the list of users in the group
This commit is contained in:
parent
fd36fa1c2f
commit
c743a985a4
15 changed files with 154 additions and 39 deletions
|
@ -21,7 +21,8 @@ describe Admin::GroupsController do
|
|||
"id"=>group.id,
|
||||
"name"=>group.name,
|
||||
"user_count"=>1,
|
||||
"automatic"=>false
|
||||
"automatic"=>false,
|
||||
"alias_level"=>0
|
||||
}]
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue