From 305f3cb8a503df84875fe7e066ca60fe186da22e Mon Sep 17 00:00:00 2001 From: Pranav Saxena Date: Wed, 8 May 2013 17:07:46 +0530 Subject: [PATCH] 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 --- ui/scripts/system.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 2746e0d01b2..34ba64c917d 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -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){