Use user.role instead of user.type

reviewed-by: jessica
This commit is contained in:
bfederle 2012-02-28 12:21:54 -08:00
parent 1cfe296452
commit 47ca27b1ed
1 changed files with 1 additions and 1 deletions

View File

@ -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
}));
},