Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
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.