Bug 1905941
Summary: | Page goes to error after create catalogsource | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yanping Zhang <yanpzhan> | ||||
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.7 | CC: | aos-bugs, jokerman | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.7.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Cause: Catalog source Status field is mandatory, even if not in place everytime.
Consequence: Create catalogsource from console on page, results into a runtime TypeError
Fix: Add optional chaining to catalog source Status field
Result: Create catalogsource from console on page wont result into a runtime TypeError
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-02-24 15:41:14 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-20-031835, now could create catalogsource successfully without error from page: cluster setting->global configuration->operatorhub->source->"Create CatalogSource" The bug is fixed. 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 1737875 [details] type-error Description of problem: Create catalogsource from console on page: cluster setting->global configuration->operatorhub->source->"Create CatalogSource" After click create, the page goes to error: "Oh no! Something went wrong." Version-Release number of selected component (if applicable): 4.7.0-0.nightly-2020-12-08-141245 How reproducible: Always Steps to Reproduce: 1. Go to catalogsource create page: cluster setting->global configuration->operatorhub->source->"Create CatalogSource" 2.After set required fields, click "Create". 3. Actual results: 2.The page goes to error: "Oh no! Something went wrong." There is TypeError in detail info(the error is not the same every time):" Cannot read property 'connectionState' of undefined" Expected results: 2. Should show page normally. Additional info: