mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix role name in change user role in team activity [SCI-3213]
This commit is contained in:
parent
9f5b331b9f
commit
6bc944fcc7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ module Users
|
|||
message_items: {
|
||||
team: @user_t.team.id,
|
||||
user_changed: @user_t.user.id,
|
||||
role: @user_t.role.to_s
|
||||
role: @user_t.role_str
|
||||
})
|
||||
|
||||
format.json do
|
||||
|
|
Loading…
Reference in a new issue