Hide Forgot
Description of problem: UI: Explorer trees issue with clicking on nodes that are not yet present in tree. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. After signing into UI, go to Catalogs Explorer 2. In Service Catalogs accordion, click on one of the Catalog Item on the right side 3. Screen contents remain the same, on right side as well as on the left in the tree Actual results: Screen contents remain the same, on right side as well as on the left in the tree Expected results: It should show summary screen of selected catalog item on the right and expand the tree on the left to show selected catalog item in the tree. Additional info: I think open_parent_nodes method is not loading/selecting correct nodes in the tree, this issue is also seen in other parts of UI. In automate explorer when trying to copy an instance, after instance is copied, tree does not get refreshed.
https://github.com/ManageIQ/manageiq/pull/11649
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/cf09c498ff08b297374203c7a9f456c4d6b66088 commit cf09c498ff08b297374203c7a9f456c4d6b66088 Author: Dávid Halász <dhalasz> AuthorDate: Mon Oct 3 10:09:44 2016 +0200 Commit: Dávid Halász <dhalasz> CommitDate: Mon Oct 3 16:56:24 2016 +0200 Fixed treeview node conversion in all open_parent_nodes calls - Moved the treeview conversion to TreeSupport#tree_add_child_nodes - Calling add_child_nodes in all open_parent_nodes definition - This conversion will be removed upon the final refactoring https://bugzilla.redhat.com/show_bug.cgi?id=1380485 app/controllers/application_controller/tree_support.rb | 6 +++--- app/controllers/catalog_controller.rb | 6 +----- app/controllers/miq_ae_class_controller.rb | 4 ++-- app/controllers/report_controller.rb | 3 +-- app/controllers/vm_common.rb | 2 +- spec/controllers/application_controller/explorer_spec.rb | 7 ++++--- 6 files changed, 12 insertions(+), 16 deletions(-)
Verified in Version 5.8.0.9-alpha2.20170404195944_1d7ece4