Bug 1584706 - There are still occurrences of word Proxy/Proxies being changed to Capsule/Capsules
Summary: There are still occurrences of word Proxy/Proxies being changed to Capsule/Ca...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Branding
Version: 6.3.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: Unspecified
Assignee: Patrick Creech
QA Contact: Lukas Pramuk
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-05-31 13:20 UTC by Lukas Pramuk
Modified: 2019-06-13 21:26 UTC (History)
11 users (show)

Fixed In Version: tfm-rubygem-foreman_theme_satellite-1.0.4.19-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1584698
Environment:
Last Closed: 2018-06-19 20:17:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:1950 0 None None None 2018-06-19 20:17:12 UTC

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


Note You need to log in before you can comment on or make changes to this bug.