Bug 1733295

Summary: No Cancel button for comparing Hosts
Product: Red Hat CloudForms Management Engine Reporter: Hilda Stastna <hstastna>
Component: UI - OPSAssignee: Hilda Stastna <hstastna>
Status: POST --- QA Contact: Sudhir Mallamprabhakara <smallamp>
Severity: medium Docs Contact: Red Hat CloudForms Documentation <cloudforms-docs>
Priority: medium    
Version: 5.11.0CC: bmidwood, dmetzger, hkataria, lavenel
Target Milestone: GA   
Target Release: 5.11.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: CFME Core Target Upstream Version:
Embargoed:
Attachments:
Description Flags
No Cancel button none

Description Hilda Stastna 2019-07-25 15:58:23 UTC
Created attachment 1593437 [details]
No Cancel button

Description of problem:
Cancel button is missing for comparing Hosts/Nodes, there is no possibility to go back or cancel the action.

Version-Release number of selected component (if applicable):
5.10.7, 5.11

How reproducible:
100%

Steps to Reproduce:
1. Go to Compute > Infrastructure > Hosts
2. Select some Hosts from the list (checkboxes)
3. Configuration > Compare Selected items

Actual results:
No Cancel button in the footer of the page, no possibility to cancel the action or to go back.

Expected results:
Cancel button present and working.

Additional info:
Cancel button is present for example while comparing items for example under Compute > Infra > VMs. I would expect the same here.

Comment 8 Hilda Stastna 2019-07-26 14:17:04 UTC
Note that Cancel button is missing in multiple screens
(but not all of them), for comparing also other types of items
(Templates, VMs), especially when displaying items as a nested
list from Relationships table. But probably the same fix will
be applicable to those as the fix for Hosts.

Comment 10 CFME Bot 2019-08-27 13:43:07 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:

https://github.com/ManageIQ/manageiq-ui-classic/commit/e14f94c3b920ce3c6d9b1910aac3a2d1d1a50387
commit e14f94c3b920ce3c6d9b1910aac3a2d1d1a50387
Author:     Hilda Stastna <hstastna>
AuthorDate: Tue Aug 13 12:25:45 2019 -0400
Commit:     Hilda Stastna <hstastna>
CommitDate: Tue Aug 13 12:25:45 2019 -0400

    Allow canceling comparing Hosts

    Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1733295

 app/controllers/application_controller/compare.rb | 6 +
 app/views/layouts/_compare.html.haml | 8 +
 config/routes.rb | 1 +
 3 files changed, 15 insertions(+)