UI: Networks section fix

Fix broken detail view when viewing other users' networks as admin
This commit is contained in:
bfederle 2012-03-02 11:06:47 -08:00
parent d74260e197
commit 9f260fb37b
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@
],
dataProvider: function(args) {
$.ajax({
url: createURL("listNetworks&id=" + args.context.networks[0].id),
url: createURL("listNetworks&id=" + args.context.networks[0].id+'&listAll=true'),
dataType: "json",
async: true,
success: function(json) {