mirror of https://github.com/apache/cloudstack.git
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:
parent
85e88e9cbc
commit
775e4d34c3
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue