Description of problem: Go to web console and try to upgrade account. When users are filling Billing Infomaion, all text field need info forcely to be filled. So it need asterisk as a warning just like 'Account' info. Also when put nothing in last name and ZIP text field, it prompts 'Last Name' and 'ZIP/Postal Code' instead of 'This field is required.' Version-Release number of selected component (if applicable): devenv_4027 How reproducible: Always Steps to Reproduce: 1. Go to web console and get access to app/account/plans/silver/upgrade/edit 2. Check items about 'Billing Infomation' 3. Input nothing on text field about billing infomation and submit, then check warning Actual results: Text fields on Billing Infomation exist without asterisk. Also prompted warnings are not proper. Expected results: Text field on Billing Infomation should be warning using asterisk. Also prompted warning should be 'This field is required.' Additional info:
Will merge in https://github.com/openshift/li/pull/2146
Commit pushed to master at https://github.com/openshift/li https://github.com/openshift/li/commit/14d0afdd317a203292d45440f9ea7fa43a8b8cff Fix bug 1029745: billing info form
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/409df88f4a88c362c9a806217e22c28076ed53ec Fix bug 1029745: billing info form
Test on devenv_4030. Text fields on 'Billing Information' are existing with asterisk. And when I put nothing in text field, it will prompt First name/Last name/Address1/City/Zip can't be blank, which is proper. So verify this bug, thanks!