-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
#21734 Error in JS validation rule #21776
Conversation
Hi @kisroman. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @kisroman,
thank you for your contribution!
The only thing I have a concern about is that we also need to make sure there is no empty value.
However, according to current solution the empty value is condidered as valid.
Could you please fix it?
Thank you!
Hi @dmytro-ch. I am not sured that this validation should return false if value is empty. For empty value we have other validation as "required". |
@kisroman unfortunately, only members of the maintainers team are allowed to remove progress related labels to the pull request |
@kisroman, thank you for the update. Thank you! |
@dmytro-ch, agree. Added. |
Hi @dmytro-ch, thank you for the review. |
Hi @kisroman, thank you for your contribution! |
Description (*)
Bug in "validate-per-page-value-list" validation.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)