Created attachment 1402400 [details] Policy simulation in 5.9 Description of problem: Policy simulation screen now displays a list view instead of a grid view with quadicons. As the simulation results have been displayed in the bottom-right quad, these results are no longer displayed. Version-Release number of selected component (if applicable): 5.9.0.22.20180221205805_f93a675 How reproducible: Steps to Reproduce: 1. Have an infra provider with at least one VM 2. Go to Compute -> Infra -> VMs and check at least one VM's checkbox 3. In the toolbar open Policy -> Policy Simulation 4. Select a policy profile in the dropdown Actual results: After selecting the policy profile, no simulation results are displayed in the list below. Expected results: Policy simulation results should be displayed Additional info: As 5.8 displays quadicons instead of the list view, this issue is not present there.
Created attachment 1402401 [details] Policy simulation in 5.8
https://github.com/ManageIQ/manageiq-ui-classic/pull/3524
https://github.com/ManageIQ/manageiq-ui-classic/pull/3481
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/fded52e7ad177c21514faa91d08b972869652f7b commit fded52e7ad177c21514faa91d08b972869652f7b Author: Karel Hala <khala> AuthorDate: Wed Mar 7 06:50:54 2018 -0500 Commit: Karel Hala <khala> CommitDate: Wed Mar 7 06:50:54 2018 -0500 Show policy status when running policy simulation fixes https://bugzilla.redhat.com/show_bug.cgi?id=1550503 app/controllers/application_controller/policy_support.rb | 4 +- app/decorators/miq_template_decorator.rb | 3 +- app/decorators/vm_or_template_decorator.rb | 3 +- 3 files changed, 7 insertions(+), 3 deletions(-)
Fixed and verified in 5.10.0.1.20180619163011_900fdc4. Policy simulation result is displayed.