Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Error Messaging in Register Page #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hdwilber
Copy link
Contributor

@hdwilber hdwilber commented Nov 2, 2016

Fixing issue #163

@danicotillas
Copy link
Member

Can one of the admins verify this patch?

error.foreach ( el => {
el match {
case email_id =>
S.error("email_err", email_id.msg)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

algo como S.error(el.id, el.msg) no funciona?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. id does not exist in el. at least, the compiler gives me that error message.
Anyway, I am checking one by one because I want to write message below the corresponding field/s. Or do you prefer to show error messages into only one container?
After reviewing the fields name and lastName, It is not mandatory to use a name or lastName for registering users.. they can be empty. Is that ok?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Member

@jgenso jgenso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

he dejado un comentario

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants