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

Handle multiple errors #1660

Closed
wants to merge 2 commits into from
Closed

Conversation

barcohen10
Copy link

@barcohen10 barcohen10 commented Aug 21, 2016

Before

$errorMessages doesn't contained all errors, $errorMessages got it's errors by priority.
For example: if I upload file with invalid pattern and invalid width, the only error I get is the pattern error.

After

$errorMessages contains all errors

@lirantal
Copy link

Wow, I've been waiting for this for a long time!

@danialfarid
Copy link
Owner

danialfarid commented Aug 23, 2016

You can use ngf-run-all-validations="true" since version 12.1.0

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.

None yet

3 participants