CLOUDSTACK-256 vpn:As an admin user , not able to delete VPN user which is present in a regular user's network.

This commit is contained in:
Mice Xia 2012-10-10 13:42:46 +08:00
parent 7de6992fa2
commit a5edef06c9
1 changed files with 3 additions and 1 deletions

View File

@ -3083,7 +3083,9 @@
url: createURL('removeVpnUser'),
data: {
username: args.context.multiRule[0].username,
id: args.context.multiRule[0].domainid
id: args.context.multiRule[0].domainid,
account: args.context.ipAddresses[0].account,
domainid: args.context.ipAddresses[0].domainid
},
dataType: 'json',
async: true,