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:
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
Checked this issue on the OCP v3.7.0-0.184.0, the order process works well. Changed the status to verified.