You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/07/24 23:45:44 UTC

git commit: updated refs/heads/master to 09dde8b

Updated Branches:
  refs/heads/master c8b308670 -> 09dde8bf1


CLOUDSTACK-3563: UI > Add Guest Network Dialog (only available for root-admin in Network menu and Infrastructure menu) > change Network Offering field to depend on both zone field and scope field.


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

Branch: refs/heads/master
Commit: 09dde8bf1cbf3d0dc2480081ed09c91e8df5c85f
Parents: c8b3086
Author: Jessica Wang <je...@apache.org>
Authored: Wed Jul 24 14:40:38 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Wed Jul 24 14:45:35 2013 -0700

----------------------------------------------------------------------
 ui/scripts/sharedFunctions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/09dde8bf/ui/scripts/sharedFunctions.js
----------------------------------------------------------------------
diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js
index 2ff0f57..6c1b009 100644
--- a/ui/scripts/sharedFunctions.js
+++ b/ui/scripts/sharedFunctions.js
@@ -447,7 +447,7 @@ var addGuestNetworkDialog = {
                 networkOfferingId: {
                     label: 'label.network.offering',
                     docID: 'helpGuestNetworkZoneNetworkOffering',
-                    dependsOn: 'scope',
+                    dependsOn: ['zoneId', 'scope'],
                     select: function(args) {
                         var data = {
                             state: 'Enabled',