Bug 1542669
Summary: | Service Catalog UI displays lowest platform version too early | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Robert Bost <rbost> |
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, jmatthew, jokerman, mmccomas, yapei |
Target Milestone: | --- | ||
Target Release: | 3.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, the web console would not preselect the newest version of a builder image by default. It would also show the old version number of the first page of the wizard when adding a builder your project. This gave the wrong impression that your only choice was an old version of a language or framework.
The web console now selects the newest version by default and doesn't show the version number in the wizard title since you can change versions in the next page.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-28 14:26:32 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
Robert Bost
2018-02-06 18:50:27 UTC
Fix for sorting the options by newest first: https://github.com/openshift/origin-web-console/pull/2781 Fix for not showing version in wizard title: https://github.com/openshift/origin-web-catalog/pull/638 Related issue: https://github.com/openshift/origin/issues/17552 The catalog bump in this PR contains the fix: https://github.com/openshift/origin-web-console/pull/2800 Now the initial wizard only shows image stream display name, version is not displayed. The description is shown in latest version in wizard and latest version is selected in the version selection drop-down Move to VERIFIED Verified on OpenShift Web Console: v3.9.0-0.47.0 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-2018:0489 |