mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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
61154b92f7
commit
b64fa34ce9
@ -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…
x
Reference in New Issue
Block a user