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 <[email protected]> Authored: Wed Jul 24 14:40:38 2013 -0700 Committer: Jessica Wang <[email protected]> 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',
