-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug - validation - email #12
Comments
Same issue for "notempty"
Any idea what I'm missing? |
Markus, Can you tell me if I need to include a class for the validation? |
Gimme a sec, I look into it |
Yea, its bug... |
Ok, so for now I have fixed the bundle to look for a service-reference named after the validation's name. That means you have to add a service of a class that extends \Symfony\Component\Validator\Constraint and named after the validation-type (for example: email). I check if there is a more convenient way to reuse the logic of symfony-validator to automatically create constraints by name. |
Should I pull the master? Or you prefer to keep using the releases? |
For now, please use dev-master. |
When trying the validation configuration
The cmd outputs the following error:
Part of the stack trace
The text was updated successfully, but these errors were encountered: