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:46:25 UTC

git commit: updated refs/heads/4.2 to fee5fce

Updated Branches:
  refs/heads/4.2 782ece6b6 -> fee5fce5c


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/fee5fce5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fee5fce5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fee5fce5

Branch: refs/heads/4.2
Commit: fee5fce5cdbb06b147aa7312b44aa3dc472f3185
Parents: 782ece6
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:46:15 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fee5fce5/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',