mirror of https://github.com/apache/cloudstack.git
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:
parent
7de6992fa2
commit
a5edef06c9
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue