Created attachment 1486739 [details] provider_summary Description of problem: Version-Release number of selected component (if applicable): 5.10.0.16 How reproducible: Always Steps to Reproduce: 1. Have a cloud provider 2. Delete network or storage provider for that cloud provider 3. Go to its Dashboard Actual results: Expected results: Additional info:
https://github.com/ManageIQ/manageiq-ui-classic/pull/6198
New commits detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/aaf3b541a4885e4dc6a3b06bcd6230f3d6f81b83 commit aaf3b541a4885e4dc6a3b06bcd6230f3d6f81b83 Author: Brian McLaughlin <bmclaugh> AuthorDate: Tue Sep 17 10:56:20 2019 -0400 Commit: Brian McLaughlin <bmclaugh> CommitDate: Tue Sep 17 10:56:20 2019 -0400 Check for nil before using @ems.attr.count Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1632750 app/services/ems_dashboard_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/ManageIQ/manageiq-ui-classic/commit/ae8da7f7ac68ca735ed3df98827e778cc7dc6c39 commit ae8da7f7ac68ca735ed3df98827e778cc7dc6c39 Author: Brian McLaughlin <bmclaugh> AuthorDate: Thu Sep 19 21:49:12 2019 -0400 Commit: Brian McLaughlin <bmclaugh> CommitDate: Thu Sep 19 21:49:12 2019 -0400 Refactoring and spec test Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1632750 app/services/ems_dashboard_service.rb | 9 +- spec/services/ems_dashboard_service_spec.rb | 64 + 2 files changed, 68 insertions(+), 5 deletions(-)