mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2387:Addition/Deletion of a VLAN Range from UI calls updateTrafficType API which makes all networklabels as undefined which finally results in failure to deploy VMs
This commit is contained in:
parent
76e8afa24f
commit
305f3cb8a5
|
|
@ -1066,10 +1066,7 @@
|
|||
dataType: "json",
|
||||
success: function(json) {
|
||||
var jobId = json.updatephysicalnetworkresponse.jobid;
|
||||
var trafficType = getTrafficType(selectedPhysicalNetworkObj, 'Guest');
|
||||
updateTrafficLabels(trafficType, args.data, function() {
|
||||
args.response.success({ _custom: { jobId: jobId }});
|
||||
});
|
||||
},
|
||||
|
||||
error:function(json){
|
||||
|
|
|
|||
Loading…
Reference in New Issue