Bug 1503036

Summary: The 'next' button wrongly changed to 'create' when click image on homepage
Product: OpenShift Container Platform Reporter: shahan <hasha>
Component: Management ConsoleAssignee: Samuel Padgett <spadgett>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: low Docs Contact:
Priority: medium    
Version: 3.7.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---Keywords: Regression
Target Release: 3.7.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: 2017-10-31 13:00:51 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 shahan 2017-10-17 09:03:43 UTC
Description of problem:
 The 'next' button wrongly changed to 'create' when click image on homepage

Version-Release number of selected component (if applicable):
  OpenShift Master: v3.7.0-0.155.0
  Kubernetes Master: v1.7.6+a08f5eeb62 

How reproducible:
  Always

Steps to Reproduce:
1. Login Web Console and goto homepage
2. select one image to build, such as php
3.

Actual results:
  The 'next' button wrongly changed to 'create' on the opened panel

Expected results:
  Should be next button shown on the first step 

Additional info:

Comment 1 Samuel Padgett 2017-10-20 12:07:55 UTC
This should be fixed indirectly by

https://github.com/openshift/origin-web-catalog/pull/512

because updateBindability returns early now. It was incorrectly setting the button label.

The catalog changes were pulled in as part of console PR

https://github.com/openshift/origin-web-console/pull/2237

Comment 3 shahan 2017-10-31 02:37:43 UTC
Checked this issue on the OCP v3.7.0-0.184.0, the order process works well. Changed the status to verified.