Bug 1743566
| Summary: | Home->Explore->Access Review tab runtime error | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | shahan <hasha> |
| Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2.0 | CC: | aos-bugs, jokerman |
| Target Milestone: | --- | ||
| Target Release: | 4.2.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: | 2019-10-16 06:36:40 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: | |||
table.tsx:208 Uncaught TypeError: Row is not a function
at rowRenderer (table.tsx:208)
at VirtualTableBody.js:53
at defaultCellRangeRenderer (defaultCellRangeRenderer.js:95)
at VirtualGrid._calculateChildrenToRender (VirtualGrid.js:892)
at VirtualGrid.render (VirtualGrid.js:729)
at finishClassComponent (react-dom.development.js:14741)
at updateClassComponent (react-dom.development.js:14696)
at beginWork (react-dom.development.js:15644)
at performUnitOfWork (react-dom.development.js:19312)
at workLoop (react-dom.development.js:19352)
The page 'Access Review', works well now and no errors occur. Verify this bug 4.2.0-0.nightly-2019-08-21-210916 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-2019:2922 |
Description of problem: Home->explore Access Review tab crushed on console Version-Release number of selected component (if applicable): 4.2.0-0.nightly-2019-08-15-205330 How reproducible: Always Steps to Reproduce: 1. click Home-> Explore -> choose one API Resource -> click 'Access Review' tab 2. 3. Actual results: Console will crush when goto this tab, js error got like: vendors~main-chunk-33a80aca844a72970a84.min.js:152 TypeError: a is not a function at rowRenderer (main-chunk-5ffb914141bf21a1116a.min.js:1) at vendors~main-chunk-33a80aca844a72970a84.min.js:207 at r (vendors~main-chunk-33a80aca844a72970a84.min.js:129) at _calculateChildrenToRender (vendors~main-chunk-33a80aca844a72970a84.min.js:129) at _.render (vendors~main-chunk-33a80aca844a72970a84.min.js:129) at Pa (vendors~main-chunk-33a80aca844a72970a84.min.js:152) at Aa (vendors~main-chunk-33a80aca844a72970a84.min.js:152) at Da (vendors~main-chunk-33a80aca844a72970a84.min.js:152) at Wo (vendors~main-chunk-33a80aca844a72970a84.min.js:152) at Yo (vendors~main-chunk-33a80aca844a72970a84.min.js:152) Expected results: Should works well Additional info: