Show user name while edit
This commit is contained in:
@ -110,8 +110,7 @@
|
||||
new Dictionary<string, object>()
|
||||
{
|
||||
{ nameof(Dialogs.EditUser.CurrentUserId), currentUserId },
|
||||
{ nameof(Dialogs.EditUser.UserId), userWithRole.User.Id },
|
||||
{ nameof(Dialogs.EditUser.RoleId), userWithRole.Role.Id }
|
||||
{ nameof(Dialogs.EditUser.UserWithRole), userWithRole }
|
||||
},
|
||||
new DialogOptions()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user