Bug 1485892
Summary: | Web console hangs on project overview if Deployment Config name is just digits | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Brendan Mchugh <bmchugh> |
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
Status: | CLOSED ERRATA | QA Contact: | XiaochuanWang <xiaocwan> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.1 | CC: | aos-bugs, bmchugh, erich, jokerman, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.5.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, the web console overview would not finish loading if a resource name contained only digits, for example deployment config "54321". The problem has been fixed, and the overview works as expected for any valid resource name.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-10-25 13:06: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: |
Description
Brendan Mchugh
2017-08-28 11:26:35 UTC
This does not appear to be a problem in the new overview in 3.6. It looks like the call to _.set here is incorrectly adding a length property to the object, which later causes it to be treated as an array: https://github.com/openshift/origin-web-console/blob/enterprise-3.5/app/scripts/services/labels.js#L60 The function is not used in 3.6, so the bug doesn't happen in 3.6. This is not reproduced, verified on OCP 3.5.5.31.27-1: OpenShift Master: v3.5.5.31.27 Kubernetes Master: v1.5.2+43a9be4 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-2017:3049 |