Bug 1845817
Summary: | It always shows a loading icon for AWS Secret field | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> |
Component: | Management Console | Assignee: | Jon Jackson <jonjacks> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 4.5 | CC: | aos-bugs, jokerman |
Target Milestone: | --- | ||
Target Release: | 4.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: ListDropdown component was ignored loading state if the selectedKey prop did not exist in the items object.
Consequence: A loading icon was displayed until the user selected an item from the dropdown.
Fix: Update Dropdown component logic so that the loading icon is only displays if the dropdown is actually in a loading state.
Result: If selectedKey doesn't exist in the items object, and the ListDropdown is not in a loading state, a placeholder is displayed.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-27 16:06:07 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1848383, 1848530 |
Description
Yadan Pei
2020-06-10 06:56:41 UTC
The problem is that use the `<aws-secret>` placeholder as a selectedKey for the ListDropdown component, which doesn't exist. For the fix we should update the ListDropdown so when the key does not exist no item will be selected, to avoid loading icon. *** Bug 1820431 has been marked as a duplicate of this bug. *** Still reproduces on current payload, will check on the version later than: 4.6.0-0.nightly-2020-06-20-011219 The AWS secret would display “select secret” other than loading 4.6.0-0.nightly-2020-06-23-033310 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 (OpenShift Container Platform 4.6 GA Images), 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:4196 |