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 baa2acf2f6
commit 5333ee1549
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) {