Bug 1832576
Summary: | TypeError occurs when selecting `All Resources` under Events Tab of the Monitoring Page | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Andrew Ballantyne <aballant> | ||||
Component: | Management Console | Assignee: | ralpert | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.5 | CC: | aos-bugs, jokerman, xiaocwan | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-05-29 13:16:52 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: |
|
Follow the steps and demo, it does not hit the error on Dev console. Verified on 4.5.0-0.nightly-2020-05-08-200452 |
Created attachment 1685953 [details] demo of issue Description of problem: In the Events tab of the Monitoring Page, when you select `All Resources` after selecting one or two resources then the UI fails to respond and a TypeError could be seen in the browser's console Version-Release number of selected component (if applicable): 4.5.0-0.ci-2020-05-04-102311 How reproducible: Steps to Reproduce: - Go to Monitoring page in the Dev perspective - Click on `Events` tab - In the `Resources` dropdown, select one or two resources - try selecting `All Resources` now Actual results: TypeError occurs saying `cannot read property apiGroup of undefined` Prevents all selection Expected results: It should be able to list all the events of all resource type Additional info: See attachment for a demo of the issue.