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

Invalid logic in Validator/File/FileAbstract #14198

Closed
ekmst opened this issue Jun 21, 2019 · 1 comment
Closed

Invalid logic in Validator/File/FileAbstract #14198

ekmst opened this issue Jun 21, 2019 · 1 comment
Labels
bug A bug report status: low Low

Comments

@ekmst
Copy link
Contributor

ekmst commented Jun 21, 2019

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

@sergeyklay
Copy link
Contributor

Fixed in the 4.o.x branch. Thank you for contributing.

@niden niden added the 4.0 label Jun 23, 2019
@niden niden added bug A bug report status: low Low and removed Bug - Low labels Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: low Low
Projects
None yet
Development

No branches or pull requests

3 participants