Fix role name in change user role in team activity [SCI-3213]

This commit is contained in:
Oleksii Kriuchykhin 2019-03-28 16:26:07 +01:00
parent 9f5b331b9f
commit 6bc944fcc7

View file

@ -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