Enabling the Project toggle doesn't list the admin created networks
ISSUE TYPE
BUG
Component Name: UI
Storage
CLOUDSTACK VERSION
Cloudstack version 4.18, 4.19
SUMMARY
Enabling the Project toggle doesn't list the admin created networks
Steps to reproduce the issue
- Create a project
- Change to project view
- Create a isolated network let say ( project network)
- Change to admin default view
- Create a isolated network let say (admin network )
- Toggle the project view > Only the project related network is shown
Expected Behaviour
The admin network and project network both should be shown
Example if we look at vm’s tab when the project tab is turned all the vms (including the admin created ones) are displayed .
@kiranchavala did you check that the API perform consisten functionality (as you labelled this as UI)
@wido @rohityadavcloud this sounds like a revisit of the listall=true projects=-1 issue that has been discussed in the past, or did we miss this functionality (listNetworks)?
@kiranchavala did you check that the API perform consisten functionality (as you labelled this as UI)
@wido @rohityadavcloud this sounds like a revisit of the listall=true projects=-1 issue that has been discussed in the past, or did we miss this functionality (
listNetworks)?
Seems like it indeed! listall does not list everything, that's still misleading imho.
@kiranchavala did you check that the API perform consisten functionality (as you labelled this as UI)
@wido @rohityadavcloud this sounds like a revisit of the listall=true projects=-1 issue that has been discussed in the past, or did we miss this functionality (
listNetworks)?
yes the API also list only 1 output
(cmk) > list networks filter=name lisall=true projectid=-1
{
"count": 1,
"network": [
{
"name": "test2"
}
]
}
thanks @kiranchavala , if we solve this in the API it should automatically work correctly in the UI.
updated the milestone to 4.20.2