Bug 1584706

Summary: There are still occurrences of word Proxy/Proxies being changed to Capsule/Capsules
Product: Red Hat Satellite Reporter: Lukas Pramuk <lpramuk>
Component: BrandingAssignee: Patrick Creech <pcreech>
Status: CLOSED ERRATA QA Contact: Lukas Pramuk <lpramuk>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.3.1CC: bbuckingham, bkearney, dcaplan, egolov, ehelms, inecas, jcallaha, mhulan, pcreech, satellite6-bugs, sshtein
Target Milestone: UnspecifiedKeywords: PrioBumpPM, Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: tfm-rubygem-foreman_theme_satellite-1.0.4.19-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1584698 Environment:
Last Closed: 2018-06-19 20:17:05 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:

Comment 4 Lukas Pramuk 2018-06-12 09:58:56 UTC
VERIFIED.

@satellite-6.3.2-1.el7sat.noarch
tfm-rubygem-foreman_theme_satellite-1.0.4.19-1.el7sat.noarch

by following manual steps:

1) Sanity check: 

# head `find /opt -name branded_words.rb`
module ForemanThemeSatellite
  FOREMAN_BRAND = {
    /\bHTTP Proxy\b(?!-)/    => 'HTTP Proxy',
    /\bHTTP proxy\b(?!-)/    => 'HTTP Proxy',
    /\bHTTP Proxies\b(?!-)/  => 'HTTP Proxies',     <<< new entry present
    /\bHTTP\(S\) proxy\b(?!-)/ => 'HTTP(S) proxy',  <<< new entry present
    /\bIgnore Proxy\b(?!-)/  => 'Ignore Proxy',
    /\bIgnore proxy\b(?!-)/  => 'Ignore Proxy',

>>> new entries are present 

2) Artificially created two new settings in General category:

foreman=> insert into settings (name, category, "default", full_name) values
('http_proxy', 'Setting::General', '', 'HTTP(S) proxy'),
('http_proxy_except_list', 'Setting::General', '', 'HTTP(S) proxy except hosts');
INSERT 0 2

3) Check General settings page

HTTP(S) proxy
HTTP(S) proxy except hosts

>>> settings full names are not transformed to wrong "HTTP(S) Capsule*"
>>> the branding is now prepared for future settings named: 'HTTP(S) proxy', 'HTTP(S) proxy except hosts'

Comment 6 errata-xmlrpc 2018-06-19 20:17:05 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/RHBA-2018:1950