-
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
Error in JS validation rule #21734
Comments
Hi @avgust1111. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @avgust1111 do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @kisroman. Thank you for working on this issue.
|
@avgust1111 I can not reproduce this issue. Fresh Magento 2.3 installation. Go to Stores -> Configuration -> Catalog -> Catalog -> Storefront -> Products per Page on Grid Allowed Values - enter some valid value and press save - save is successful for me. |
@kisroman You can't reproduce the issue, because that kind of validation is not supported on the Stores -> Configuration pages. |
@avgust1111 thank you for additional information. I am able to reproduce it now. |
@kisroman Thank you for verifying the issue. Unfortunately, not enough information was provided to acknowledge ticket. Please consider adding the following:
Once all required information is added, please add label |
✅ Confirmed by @kisroman |
Hi @kisroman. Thank you for working on this issue.
|
✅ Confirmed by @shikhamis11 Issue Available: @shikhamis11, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Additional Information
Please, check corresponding JS file: https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/view/base/web/js/lib/validation/rules.js, line 897
When value is not empty, that validation rule will always return false
The text was updated successfully, but these errors were encountered: