New commit detected on ManageIQ/manageiq-ui-classic/fine: https://github.com/ManageIQ/manageiq-ui-classic/commit/137995ff921f7eb78e7ff794e2fb1555acfec25b commit 137995ff921f7eb78e7ff794e2fb1555acfec25b Author: Dan Clarizio <dclarizi> AuthorDate: Tue May 16 14:58:27 2017 -0700 Commit: Satoe Imaishi <simaishi> CommitDate: Thu Jun 8 14:00:18 2017 -0400 Merge pull request #1340 from lgalis/services_tree_display_child_services_when_display_flag_set Display all services with 'display' = true in the Active and Retired Services trees (cherry picked from commit dc24ca27e24975f74a1729e32d0dc7a61da6a4bd) https://bugzilla.redhat.com/show_bug.cgi?id=1459977 app/controllers/service_controller.rb | 4 ++-- app/presenters/tree_builder_services.rb | 2 +- app/views/service/_svcs_show.html.haml | 14 ++++++++++++++ spec/presenters/tree_builder_services_spec.rb | 18 ++++++++++++------ 4 files changed, 29 insertions(+), 9 deletions(-)
Verified that service added to parent service via REST API is visible in UI when "display" is set to "true": POST /api/services { "action" : "create", "resource" : { "name" : "test_service01", "description" : "Test Service 01", "display": true } } POST /api/services { "action" : "create", "resource" : { "name" : "test_service02", "description" : "Test Service 02", "parent_service" : { "id" : <test_service01 id> }, "display": true } }
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1758