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

Display validation messages #110

Open
mietcls opened this issue Jul 25, 2017 · 2 comments
Open

Display validation messages #110

mietcls opened this issue Jul 25, 2017 · 2 comments
Assignees
Labels

Comments

@mietcls
Copy link
Member

mietcls commented Jul 25, 2017

There should be validation on the add member and add handles. It will be triggered if it is a non-unique name. @ismakutl has hardcoded it, ask for more.

@Dakad
Copy link
Member

Dakad commented Aug 1, 2017

On backend side, I do some validations on CREATE, UPDATE operations on entities/handles/services.
If the input data is invalid, I send back an error with status 422 (Unprocessable Entity) with :
{
name : 'validation.unique'
}

@mrvdries
Copy link
Member

mrvdries commented Aug 2, 2017

I currently do not have time to finish this feature. I'll have to postpone it to september.

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

No branches or pull requests

4 participants