Bug 1029745

Summary: Need to warn user with asterisk on text area of "Billing Infomation" and improper warning info is shown
Product: OpenShift Online Reporter: Tian Feng <tfeng>
Component: WebsiteAssignee: Jordan Liggitt <jliggitt>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: jliggitt, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 03:29:54 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:

Description Tian Feng 2013-11-13 05:37:14 UTC
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:

Comment 1 Jordan Liggitt 2013-11-13 15:22:36 UTC
Will merge in https://github.com/openshift/li/pull/2146

Comment 2 openshift-github-bot 2013-11-13 16:38:51 UTC
Commit pushed to master at https://github.com/openshift/li

https://github.com/openshift/li/commit/14d0afdd317a203292d45440f9ea7fa43a8b8cff
Fix bug 1029745: billing info form

Comment 4 Tian Feng 2013-11-14 02:24:46 UTC
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!