Bug 1549564

Summary: [UI] There is no indication of cloud network delete operation
Product: Red Hat CloudForms Management Engine Reporter: Mor <mkalfon>
Component: UI - OPSAssignee: Harpreet Kataria <hkataria>
Status: CLOSED CURRENTRELEASE QA Contact: Matouš Mojžíš <mmojzis>
Severity: high Docs Contact:
Priority: high    
Version: 5.9.0CC: alkaplan, cpelland, hkataria, istein, lavenel, maufart, mmojzis, mperina, mpovolny, obarenbo
Target Milestone: GAKeywords: Regression, TestOnly, ZStream
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1557378 (view as bug list) Environment:
Last Closed: 2019-02-11 14:04:42 UTC 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:
Bug Depends On:    
Bug Blocks: 1557378    
Attachments:
Description Flags
logs none

Description Mor 2018-02-27 12:31:01 UTC
Created attachment 1401339 [details]
logs

Description of problem:
UI does not show result message for deletion of cloud network.

Version-Release number of selected component (if applicable):
CFME 5.9.0.22.20180221205805_f93a675

How reproducible:
100%

Steps to Reproduce:
0. You need to have a RHV or TryStack provider registered
1. Add new cloud network.
2. Delete new cloud network.

Actual results:
UI does not show result for the delete operation. In the background, network is deleted from the provider.

Expected results:
Should show indication.

Additional info:
look for network: 'test_delete' in the logs.

Comment 5 Alona Kaplan 2018-03-11 11:36:32 UTC
PR https://github.com/ManageIQ/manageiq-ui-classic/pull/1809 fixed the issue in the past.
Apparently, something caused it stop working.

Since it happens in openstack and rhev network providers, seems it is not a provider specific issue but a general ui issue.

Comment 13 CFME Bot 2018-03-14 21:37:50 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:

https://github.com/ManageIQ/manageiq-ui-classic/commit/5302eafd2b2a48666179c9b060dfe7245725b521
commit 5302eafd2b2a48666179c9b060dfe7245725b521
Author:     Harpreet Kataria <hkataria>
AuthorDate: Wed Mar 14 13:01:18 2018 -0400
Commit:     Harpreet Kataria <hkataria>
CommitDate: Wed Mar 14 13:01:18 2018 -0400

    Display flash message after Cloud Network delete is initiated.

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

 app/controllers/cloud_network_controller.rb | 7 +-
 spec/controllers/cloud_network_controller_spec.rb | 12 +-
 2 files changed, 12 insertions(+), 7 deletions(-)

Comment 15 Matouš Mojžíš 2018-09-25 11:21:04 UTC
Verified in 5.10.0.16. Flash message of deleting cloud network appears after deleting RHOS cloud network.