Bug 1904993
| Summary: | Many ampersand special characters are found in strings | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yanping Zhang <yanpzhan> | ||||
| Component: | Dev Console | Assignee: | ralpert | ||||
| Status: | CLOSED ERRATA | QA Contact: | Gajanan More <gamore> | ||||
| Severity: | medium | Docs Contact: | Rishu Mehra <rmehra> | ||||
| Priority: | medium | ||||||
| Version: | 4.7 | CC: | aos-bugs, jokerman, nmukherj, ralpert, spadgett | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.7.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2021-02-24 15:38:25 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: | |||||||
| Attachments: |
|
||||||
Checked on ocp 4.7 cluster with payload 4.7.0-0.nightly-2020-12-21-131655, Go to dev console, create app from image, click security route and select "Edge" termination, on add certificates part, it's show "Upload file by dragging & dropping, selecting it, or pasting from the clipboard." now. 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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-2020:5633 |
Created attachment 1737245 [details] amp-string Description of problem: There are many "&" in strings, eg: "Upload file by dragging & dropping, selecting it". For security route part on page, it should be "&" in frontend/packages/dev-console/locales/en/devconsole.json and frontend/packages/dev-console/src/components/import/route/SecureRoute.tsx Version-Release number of selected component (if applicable): 4.7.0-0.nightly-2020-12-04-013308 How reproducible: Always Steps to Reproduce: 1. Go to dev console, create app from image, click security route and select "Edge" termination, on add certificates part, it's show "Upload file by dragging & dropping, selecting it, or pasting from the clipboard." 2. 3. Actual results: 1. There is "&" in the string. Expected results: 1. Should show "Upload file by dragging & dropping, selecting it, or pasting from the clipboard." Additional info: