You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/09/08 10:52:01 UTC

git commit: updated refs/heads/4.3 to c3617f9

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 a1d230b88 -> c3617f986


CLOUDSTACK-6624: set specifyIpRanges to true if specifyVlan is set to true

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c3617f98
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c3617f98
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c3617f98

Branch: refs/heads/4.3
Commit: c3617f986788186d0a4f1cd98c6d65b48e9f894b
Parents: a1d230b
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Sep 8 10:51:11 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Sep 8 10:51:11 2014 +0200

----------------------------------------------------------------------
 ui/scripts/configuration.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c3617f98/ui/scripts/configuration.js
----------------------------------------------------------------------
diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js
index a4887be..e9ab75a 100644
--- a/ui/scripts/configuration.js
+++ b/ui/scripts/configuration.js
@@ -2544,6 +2544,7 @@
 
                                     if (inputData['specifyVlan'] == 'on') { //specifyVlan checkbox is checked
                                         inputData['specifyVlan'] = true;
+                                        inputData['specifyIpRanges'] = true;
                                     } else { //specifyVlan checkbox is unchecked
                                         inputData['specifyVlan'] = false;