Created attachment 1401339[details]
logs
Description of problem:
UI does not show result message for deletion of cloud network.
Version-Release number of selected component (if applicable):
CFME 5.9.0.22.20180221205805_f93a675
How reproducible:
100%
Steps to Reproduce:
0. You need to have a RHV or TryStack provider registered
1. Add new cloud network.
2. Delete new cloud network.
Actual results:
UI does not show result for the delete operation. In the background, network is deleted from the provider.
Expected results:
Should show indication.
Additional info:
look for network: 'test_delete' in the logs.
PR https://github.com/ManageIQ/manageiq-ui-classic/pull/1809 fixed the issue in the past.
Apparently, something caused it stop working.
Since it happens in openstack and rhev network providers, seems it is not a provider specific issue but a general ui issue.
Created attachment 1401339 [details] logs Description of problem: UI does not show result message for deletion of cloud network. Version-Release number of selected component (if applicable): CFME 5.9.0.22.20180221205805_f93a675 How reproducible: 100% Steps to Reproduce: 0. You need to have a RHV or TryStack provider registered 1. Add new cloud network. 2. Delete new cloud network. Actual results: UI does not show result for the delete operation. In the background, network is deleted from the provider. Expected results: Should show indication. Additional info: look for network: 'test_delete' in the logs.