mirror of https://github.com/apache/cloudstack.git
CS-15801: cloudstack 3.0 UI - VPC - create new tier - fix an error "Owner of vpc with specified vpcId is different from the network owner Acct[2-admin]".
This commit is contained in:
parent
695f727cfd
commit
ed28accdf0
|
|
@ -1845,9 +1845,11 @@
|
|||
}
|
||||
},
|
||||
action: function(args) {
|
||||
var dataObj = {
|
||||
vpcid: args.context.vpc[0].id,
|
||||
var dataObj = {
|
||||
zoneId: args.context.vpc[0].zoneid,
|
||||
vpcid: args.context.vpc[0].id,
|
||||
domainid: args.context.vpc[0].domainid,
|
||||
account: args.context.vpc[0].account,
|
||||
networkOfferingId: args.data.networkOfferingId,
|
||||
name: args.data.name,
|
||||
displayText: args.data.name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue