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
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/305f3cb8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/305f3cb8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/305f3cb8 Branch: refs/heads/planner_reserve Commit: 305f3cb8a503df84875fe7e066ca60fe186da22e Parents: 76e8afa Author: Pranav Saxena <pranav.sax...@citrix.com> Authored: Wed May 8 17:07:46 2013 +0530 Committer: Pranav Saxena <pranav.sax...@citrix.com> Committed: Wed May 8 17:07:46 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/305f3cb8/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 2746e0d..34ba64c 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){