bug 13793

Fix show security group dropdown/listing in project view

status 13793: resolved fixed
reviewed-by: jessica
This commit is contained in:
Brian Federle 2012-02-17 15:19:42 -08:00
parent bd61173e11
commit 107e4a403e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
preFilter: function(args) {
var havingSecurityGroupNetwork = false;
$.ajax({
url: createURL('listNetworks'),
url: createURL('listNetworks', { ignoreProject: true }),
data: {
supportedServices: 'SecurityGroup',
listAll: true