Description of problem: All the UI controls are ignored once the "Compare Host / Node" view is displayed. Selecting and unselecting Comparison Sections, changing attributes to display (all, with different values, with same values), changing mode (Detail or Exists), changing view (Expanded and Compressed) or removing host from comparison has no effect. Version-Release number of selected component (if applicable): 5.8.0.3 How reproducible: Very Steps to Reproduce: 1. go to Compute -> Infrastructure -> Hosts 2. select hosts to compare 3. select Configuration -> Compare Selected items 4. try to use UI controls to change what is displayed Actual results: UI controls make no difference Expected results: UI control affects what information is displayed
Martin, This seems to be an issue caused by removal of layouts/compare render from show partials in non-explorer screens, app/controllers/application_controller/compare.rb is trying to replace html in main_div which does not exist so none of the buttons on compare in non-explorer seem to be working. Can you please look into this and reassign with details on how to fix it. Thanks, ~Harpreet
https://github.com/ManageIQ/manageiq-ui-classic/pull/775
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/3541d83a779a5f42dc4582d7955694fdc2f3bee8 commit 3541d83a779a5f42dc4582d7955694fdc2f3bee8 Author: Jozef Zigmund <jzigmund> AuthorDate: Thu Mar 23 14:30:21 2017 +0100 Commit: Jozef Zigmund <jzigmund> CommitDate: Fri Mar 24 14:18:13 2017 +0100 Added missing main_div - fixed functions on hosts comparison https://bugzilla.redhat.com/show_bug.cgi?id=1428946 app/views/compare.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Verified on 5.8.0.8-alpha1 that the controls are no longer ignored.
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:1367