Created attachment 1375554 [details] Steps to reproduce Description of problem: ----------------------- While working with host C&U graphs. I found that without `group by` any tag; If we drill graph for `VM that were running`; It will show proper VMs that were running at that instance. But, If you put some tag in `group by` option like `VM Department` and then drill graph for VM getting unexpected error. Version-Release number of selected component (if applicable): ------------------------------------------------------------- Version 5.8.3.0.20171213193853_f1b4a89 How reproducible: ----------------- Always Steps to Reproduce: ------------------ 1. Navigate to host C&U graphs 2. select Group by option with suitable VM tag 3. try to drill graph for VM Actual results: --------------- Unexpected error undefined local variable or method `typ' for #<HostController:0x00000014153970> Did you mean? tap [host/show] Expected results: ---------------- It should show that VM Additional info: ---------------- 1. Video attaching for steps 2. Production Log: http://pastebin.test.redhat.com/543521
https://github.com/ManageIQ/manageiq-ui-classic/pull/3155
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/655e1a12318954507ea6b175bd5807edd50b67f5 commit 655e1a12318954507ea6b175bd5807edd50b67f5 Author: PanSpagetka <rknaur> AuthorDate: Wed Jan 3 15:54:21 2018 +0100 Commit: PanSpagetka <rknaur> CommitDate: Wed Jan 3 15:57:25 2018 +0100 Fix typo in get_view_where_clause https://bugzilla.redhat.com/show_bug.cgi?id=1530208 app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)