From 107e4a403e2f12e37d27c3992f0bd90b9fe45b91 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 17 Feb 2012 15:19:42 -0800 Subject: [PATCH] bug 13793 Fix show security group dropdown/listing in project view status 13793: resolved fixed reviewed-by: jessica --- ui/scripts/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 32db4da7105..64519666189 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -83,7 +83,7 @@ preFilter: function(args) { var havingSecurityGroupNetwork = false; $.ajax({ - url: createURL('listNetworks'), + url: createURL('listNetworks', { ignoreProject: true }), data: { supportedServices: 'SecurityGroup', listAll: true