From 09dde8bf1cbf3d0dc2480081ed09c91e8df5c85f Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 24 Jul 2013 14:40:38 -0700 Subject: [PATCH] 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. --- ui/scripts/sharedFunctions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/sharedFunctions.js b/ui/scripts/sharedFunctions.js index 2ff0f57f687..6c1b009d544 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',