Bug 1786418
Summary: | The filter does not work on catalog sources list page | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | shahan <hasha> |
Component: | Management Console | Assignee: | David Taylor <dtaylor> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.3.0 | CC: | aos-bugs, dtaylor, jokerman |
Target Milestone: | --- | ||
Target Release: | 4.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Goto Administration->cluster setting->Global configuration ->OperatorHub Details->Source Tab
Input source name in the filter textbox.
Consequence: The page show error: Oh no! Something went wrong
Fix: Updated code to use 'obj.name', not 'obj.metadata.name' as found in most k8s resource tables'
Result: Text filtering now works on Administration->cluster setting->Global configuration ->OperatorHub Details->Source Tab
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-04 11:21:35 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: |
Description
shahan
2019-12-25 05:35:00 UTC
Was able to reproduce: TypeError Description: Cannot read property 'name' of undefined Component Trace: in ConnectFunction (created by CatalogSourceList) in CatalogSourceList (created by ListPageWrapper_) in div (created by ListPageWrapper_) in div (created by ListPageWrapper_) in div (created by ListPageWrapper_) in ListPageWrapper_ (created by MultiListPage) in Unknown in Unknown (created by ConnectFunction) in ConnectFunction (created by Firehose) in Firehose (created by ConnectFunction) in ConnectFunction (created by MultiListPage) in div (created by ConnectedFireMan) in ConnectedFireMan (created by ConnectFunction) in ConnectFunction in ConnectFunction (created by MultiListPage) in MultiListPage (created by CatalogSourceListPage) in CatalogSourceListPage (created by Sources) in Sources (created by Context.Consumer) in Route in Switch in div (created by Data) in Data (created by StatusBox) in StatusBox in div in div in Unknown in Unknown in Unknown in Unknown (created by ConnectFunction) in ConnectFunction (created by Firehose) in Firehose (created by ConnectFunction) in ConnectFunction in Unknown (created by DetailsPage) in ErrorBoundary (created by DetailsPage) in DetailsPage (created by OperatorHubDetailsPage) in OperatorHubDetailsPage (created by AsyncComponent) in AsyncComponent in Unknown (created by ConnectFunction) in ConnectFunction (created by Context.Consumer) in Route (created by AppContents_) in Switch (created by AppContents_) in div (created by AppContents_) in div (created by AppContents_) in section (created by PageSection) in PageSection (created by AppContents_) in AppContents_ (created by ConnectFunction) in ConnectFunction (created by ConnectFunction) in ConnectFunction (created by App) in main (created by Page) in div (created by Page) in Page (created by App) in App (created by Context.Consumer) in Route in Router in Provider The filter works well on catalog sources list page 4.4.0-0.nightly-2020-01-12-221811 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-2020:0581 |