Repository: cloudstack Updated Branches: refs/heads/4.5 85e88e9cb -> 775e4d34c
CLOUDSTACK-8141: UI > use Project view > Infrastructure > zone > physical network > Public traffic type > do not pass projectId to listNetworks API. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/775e4d34 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/775e4d34 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/775e4d34 Branch: refs/heads/4.5 Commit: 775e4d34c3236ca58749b4b6065d6b8f0b6ce555 Parents: 85e88e9 Author: Jessica Wang <jessicaw...@apache.org> Authored: Fri Jan 2 11:33:57 2015 -0800 Committer: Jessica Wang <jessicaw...@apache.org> Committed: Fri Jan 2 11:33:57 2015 -0800 ---------------------------------------------------------------------- ui/scripts/system.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/775e4d34/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 005b47e..fdaaed4 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -601,7 +601,9 @@ dataProvider: function (args) { $.ajax({ - url: createURL("listNetworks&listAll=true&trafficType=Public&isSystem=true&zoneId=" + selectedZoneObj.id), + url: createURL("listNetworks&listAll=true&trafficType=Public&isSystem=true&zoneId=" + selectedZoneObj.id, { + ignoreProject: true + }), dataType: "json", async: false, success: function (json) {