You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Don't pass subdomainaccess param when scope=project
-Fix guest network detail view by passing projectid=-1, due to project
details not returning response for project-level guest networks
url: createURL("listNetworks&id="+args.context.networks[0].id+"&listAll=true"),//pass "&listAll=true" to "listNetworks&id=xxxxxxxx" for now before API gets fixed.
1756
+
url: createURL("listNetworks&id="+args.context.networks[0].id+"&listAll=true"+"&projectid=-1"),//pass "&listAll=true" to "listNetworks&id=xxxxxxxx" for now before API gets fixed.
0 commit comments