Bug 1224959

Summary: Replace term "Foreman" with "Red Hat Satellite" in Provider refresh flash message
Product: Red Hat CloudForms Management Engine Reporter: Aziza Karol <akarol>
Component: UI - OPSAssignee: Harpreet Kataria <hkataria>
Status: CLOSED ERRATA QA Contact: Aziza Karol <akarol>
Severity: high Docs Contact:
Priority: high    
Version: 5.4.0CC: hkataria, jhardy, mfeifer, mpovolny, obarenbo
Target Milestone: GA   
Target Release: 5.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 5.5.0.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1230335 (view as bug list) Environment:
Last Closed: 2015-12-08 13:12:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1230335    
Attachments:
Description Flags
msg none

Description Aziza Karol 2015-05-26 09:54:51 UTC
Created attachment 1029833 [details]
msg

Description of problem:


Version-Release number of selected component (if applicable):
5.4.0.2

How reproducible:
100%

Steps to Reproduce:
1.Add "Red Hat Satellite" provider and refresh it
2.
3.

Actual results:
foreman displayed in flash message. see attached screenshot

Expected results:
Replace it with "Red Hat Satellite"

Additional info:

Comment 3 CFME Bot 2015-06-02 21:47:00 UTC
New commit detected on manageiq/master:
https://github.com/ManageIQ/manageiq/commit/17cfc024b5f30fada48bf4b2227f259845c4e70c

commit 17cfc024b5f30fada48bf4b2227f259845c4e70c
Author:     Harpreet Kataria <hkataria>
AuthorDate: Tue May 26 16:57:21 2015 -0400
Commit:     Harpreet Kataria <hkataria>
CommitDate: Tue May 26 17:22:44 2015 -0400

    Fixed flash message titles when Refresh task is performed
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1224959

 vmdb/app/controllers/application_controller/ci_processing.rb | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comment 4 CFME Bot 2015-06-04 23:01:07 UTC
New commit detected on manageiq/master:
https://github.com/ManageIQ/manageiq/commit/8f453f7a5e9ce6a7db72d882dd313fd7c0379bfb

commit 8f453f7a5e9ce6a7db72d882dd313fd7c0379bfb
Author:     Harpreet Kataria <hkataria>
AuthorDate: Thu Jun 4 17:11:54 2015 -0400
Commit:     Harpreet Kataria <hkataria>
CommitDate: Thu Jun 4 17:33:50 2015 -0400

    set appropriate active accordion based upon role_allows call.
    
    Set active_accord value inside if role_allows block for each type of accordion to match the active_tree, so correct right cell headers are displayed. Added spec test to verify the fix.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1224959

 vmdb/app/controllers/ops_controller.rb       | 17 ++++++++++-------
 vmdb/spec/controllers/ops_controller_spec.rb | 28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 7 deletions(-)

Comment 7 CFME Bot 2015-07-14 21:59:58 UTC
New commit detected on cfme/5.4.z:
https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=ceb6d5fe86ad926dc664be69105d3fe5fe353e18

commit ceb6d5fe86ad926dc664be69105d3fe5fe353e18
Author:     Harpreet Kataria <hkataria>
AuthorDate: Thu Jun 4 17:11:54 2015 -0400
Commit:     Harpreet Kataria <hkataria>
CommitDate: Wed Jun 10 13:09:21 2015 -0400

    set appropriate active accordion based upon role_allows call.
    
    Set active_accord value inside if role_allows block for each type of accordion to match the active_tree, so correct right cell headers are displayed. Added spec test to verify the fix.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1224959
    (cherry picked from commit 8f453f7)
    https://bugzilla.redhat.com/show_bug.cgi?id=1230347

 vmdb/app/controllers/ops_controller.rb       | 17 ++++++++++-------
 vmdb/spec/controllers/ops_controller_spec.rb | 28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 7 deletions(-)

Comment 8 CFME Bot 2015-07-14 22:00:40 UTC
New commit detected on cfme/5.4.z:
https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=1803d1f42f442ea74c53a7cb1263aa58a18dcee6

commit 1803d1f42f442ea74c53a7cb1263aa58a18dcee6
Merge: 714f852 f78d243
Author:     Dan Clarizio <dclarizi>
AuthorDate: Tue Jul 14 17:56:13 2015 -0400
Commit:     Dan Clarizio <dclarizi>
CommitDate: Tue Jul 14 17:56:13 2015 -0400

    Merge branch '54z_bz_1230335' into '5.4.z'
    
    Fixed flash message titles when Refresh task is performed
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1224959
    (cherry picked from commit 17cfc02)
    https://bugzilla.redhat.com/show_bug.cgi?id=1230335
    
    PR: https://github.com/ManageIQ/manageiq/pull/2996
    
    @dclarizio please review, this is a clean cherry-pick
    
    See merge request !121

 vmdb/app/controllers/application_controller/ci_processing.rb | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comment 9 CFME Bot 2015-07-14 22:01:11 UTC
New commit detected on cfme/5.4.z:
https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=f78d2437fb0651b9cc981502986cf4d7440fbd87

commit f78d2437fb0651b9cc981502986cf4d7440fbd87
Author:     Harpreet Kataria <hkataria>
AuthorDate: Tue May 26 16:57:21 2015 -0400
Commit:     Harpreet Kataria <hkataria>
CommitDate: Wed Jun 10 13:02:18 2015 -0400

    Fixed flash message titles when Refresh task is performed
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1224959
    (cherry picked from commit 17cfc02)
    https://bugzilla.redhat.com/show_bug.cgi?id=1230335

 vmdb/app/controllers/application_controller/ci_processing.rb | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Comment 10 CFME Bot 2015-07-14 22:01:26 UTC
New commit detected on cfme/5.4.z:
https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=71b9209822865ed90f22400d81f0ec08fda0e6da

commit 71b9209822865ed90f22400d81f0ec08fda0e6da
Merge: 1803d1f ceb6d5f
Author:     Dan Clarizio <dclarizi>
AuthorDate: Tue Jul 14 17:56:41 2015 -0400
Commit:     Dan Clarizio <dclarizi>
CommitDate: Tue Jul 14 17:56:41 2015 -0400

    Merge branch '54z_bz_1230347' into '5.4.z'
    
    set appropriate active accordion based upon role_allows call.
    
    Set active_accord value inside if role_allows block for each type of accordion to match the active_tree, so correct right cell headers are displayed. Added spec test to verify the fix.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1224959
    (cherry picked from commit 8f453f7)
    https://bugzilla.redhat.com/show_bug.cgi?id=1230347
    
    PR: https://github.com/ManageIQ/manageiq/pull/3071
    
    @dclarizio please review, this is a clean cherry-pick
    
    See merge request !122

 vmdb/app/controllers/ops_controller.rb       | 17 ++++++++++-------
 vmdb/spec/controllers/ops_controller_spec.rb | 28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 7 deletions(-)

Comment 11 Aziza Karol 2015-09-18 10:11:47 UTC
Verified in 5.5.0.1-alpha1.20150915151429_2230bd4.

Comment 13 errata-xmlrpc 2015-12-08 13:12:00 UTC
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-2015:2551