Description of problem: In the ordering flow of service class with multiple plans, given Next was clicked and field was filled in, when clicking Back and then Next, previously filled in value becomes gone. Currently in "Next", there is only one field "Add to Project", so take it as example below. Version-Release number of selected component (if applicable): openshift 3.6.69 How reproducible: Always Steps to Reproduce: 1. Deploy service catalog 2. Create service class with multiple plans 3. Create several projects 4. In catalog home page, click above service class, select one plan, click Next, then in "Add to Project" select a non-newest project. 5. Click Back, then click Next again. Check the "Add to Project" field Actual results: 5. In "Add to Project", previously selected project becomes gone. It is filled in with the newest project Expected results: 5. After clicking Back and Next, previously filled in value should be kept instead of be forgotten Additional info:
This was fixed in origin-web-catalog v0.0.15. I believe origin-web-console upgraded to v0.0.18 via this PR: https://github.com/openshift/origin-web-console/pull/1602
Thank you. Verified in v3.6.126.1 > Currently in "Next", there is only one field "Add to Project", so take it as example below At the point when bug was reported, web did not support plan parameter. Now web does, so now tested using servicecalss of 2 plans with parameters. Result is: Back and Next remembered prior selected project, input text, selected enum, status of checkbox. Bug is fixed
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/RHEA-2017:1716