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
Missed getting value from validation in methods:
Validator/File/FileAbstract::checkUploadIsEmpty()
Validator/File/FileAbstract::checkUploadIsValid()
I think should be add:
let value = validation->getValue(field);
@emiliodeg
The text was updated successfully, but these errors were encountered:
Fixed phalcon#14198: Missing validation value resolution
9fa404d
Fixed #14198: Missing validation value resolution
95d3d81
Fixed in the 4.o.x branch. Thank you for contributing.
4.o.x
Sorry, something went wrong.
No branches or pull requests
Missed getting value from validation in methods:
Validator/File/FileAbstract::checkUploadIsEmpty()
Validator/File/FileAbstract::checkUploadIsValid()
I think should be add:
@emiliodeg
The text was updated successfully, but these errors were encountered: