CLOUDSTACK-8141: UI > use Project view > Infrastructure > zone > physical network > Public traffic type > do not pass projectId to listNetworks API.

This commit is contained in:
Jessica Wang 2015-01-02 11:33:57 -08:00
parent 61154b92f7
commit b64fa34ce9

View File

@ -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) {