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

The FormErrorHandler forces the translation domain to 'validators' #501

Closed
vbourdeix opened this issue Feb 16, 2016 · 1 comment
Closed

Comments

@vbourdeix
Copy link

I have configured my application to use 'messages' as the translation domain with the following configuration in my config.yml.

framework:
    validation:      { translation_domain: messages }

But when I have validation errors in my forms, the FormErrorHandler forces the translation catalogue to validators in the getErrorMessage method. It should take into account the framework parameter validator.translation_domain.

@goetas
Copy link
Collaborator

goetas commented Sep 28, 2017

solved with #580 and schmittjoh/serializer#783

@goetas goetas closed this as completed Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants