Bug 1031563

Summary: Error message of creating invalid domain should be highlighted.
Product: OpenShift Online Reporter: Yujie Zhang <yujzhang>
Component: WebsiteAssignee: Jordan Liggitt <jliggitt>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
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:
: 1038558 (view as bug list) Environment:
Last Closed: 2014-01-30 00:50:19 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:
Bug Depends On:    
Bug Blocks: 1038558    

Description Yujie Zhang 2013-11-18 10:03:51 UTC
Description of problem:

When creating invalid domains including invalid charactors, invalid length, blank input, or existing domain, only the input form is highlighted to be red, the error message is not highlighted, it's gray. We should also highligted the error message.

Version-Release number of selected component (if applicable):
INT(devenv_4043)

How reproducible:
always

Steps to Reproduce:
1.Try to create invalid domains from app/console/domains/new page
2.Check the error message
3.

Actual results:

Error message of creating invalid domain is not highlighted.

Expected results:

Error message of creating invalid domain should be highlighted.

Additional info:

Comment 1 Jordan Liggitt 2013-11-18 14:48:03 UTC
Will merge in https://github.com/openshift/origin-server/pull/4195

Comment 2 openshift-github-bot 2013-11-18 15:59:42 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/6d57be0ec5c01dc78d29e9a4aa9ace2eb438c265
Fix bug 1031563 - highlight error messages generated by formtastic

Comment 3 Yujie Zhang 2013-11-19 04:00:34 UTC
Tested on devenv_4047, the error message of creating invalid domain has been highlighted now, so verify this bug, thanks!