Description of problem: When importing service dialogs, the tree in Service dialogs does not get invalidated. Version-Release number of selected component (if applicable): 5.6.0.10-rc2.1 How reproducible: always Steps to Reproduce: 1. Go to Automate - Customization 2. Open the Service dialogs accordion, note the dialogs displayed there 3. Import a service dialog (or more) in the Import / Export accordion 3. Open the Service dialogs accordion again. Actual results: The table on right shows all the dialogs but the tree only shows the dialogs before the import Expected results: The tree should match the table. Additional info:
https://github.com/ManageIQ/manageiq/pull/9605
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/b7009be7568c814ac68cafc00f43b665b984e7f3 commit b7009be7568c814ac68cafc00f43b665b984e7f3 Author: Brian McLaughlin <bmclaugh> AuthorDate: Tue Jul 5 10:49:06 2016 -0400 Commit: Brian McLaughlin <bmclaugh> CommitDate: Tue Jul 5 10:49:06 2016 -0400 Refresh service dialogs tree after importing a service dialog https://bugzilla.redhat.com/show_bug.cgi?id=1346007 app/controllers/miq_ae_customization_controller.rb | 2 +- spec/controllers/miq_ae_customization_controller_spec.rb | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-)
Fixed. Verified in 5.7.0.0.20160906172503_12f65cb