mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Use user.role instead of user.type
This commit is contained in:
parent
43570f9898
commit
2022cd2dea
@ -38,7 +38,7 @@
|
||||
accountID: user.userid,
|
||||
accountName: user.account,
|
||||
userName: user.username,
|
||||
accountType: cloudStack.converters.toRole(user.type),
|
||||
accountType: user.role,
|
||||
accountDomainID: user.domainid
|
||||
}));
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user