mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue