We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try with “foo” as author and an empty space in the comment.
Thanks!
The text was updated successfully, but these errors were encountered:
Known bug. Form is valid (isValid() is true) because there's content in each field but we strip_tags and trim before saving :
https://github.com/osaris/hoablog/blob/master/Application/Model/Comment.php#L56-62
and the ValidationFailed exception isn't handled in the controller.
I'll handle the exception in the controller as a temporary fix but we should discuss this case to find a more generic solution imho.
Sorry, something went wrong.
Ok.
No branches or pull requests
Try with “foo” as author and an empty space in the comment.
Thanks!
The text was updated successfully, but these errors were encountered: