Fix admin not being able to view users' network details

This commit is contained in:
Brian Federle 2012-03-21 09:42:59 -07:00
parent 315ef3c222
commit 52fcc20b59
1 changed files with 1 additions and 0 deletions

View File

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