-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixed issue #20030 :Customer EAV Decimal Attribute required allow 0 #20130
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
Fixed issue #20030 :Customer EAV Decimal Attribute required allow 0 #20130
Conversation
Hi @shikhamis11. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @davidverholen. Thank you for your request. I'm working on Magento instance for you |
Hi @davidverholen, here is your new Magento instance. |
@magento-engcom-team give me 2.3-develop instance |
Hi @davidverholen. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @davidverholen, here is your Magento instance. |
Hi @davidverholen, thank you for the review. |
module for testing the change: pr20130.tar.gz |
Hi @shikhamis11, thank you for your contribution! |
Hi @shikhamis11. Thank you for your contribution. |
Fixed issue #20030
Customer EAV Decimal Attribute required allow 0
Preconditions (*)
Steps to reproduce (*)
'bal' => [
'is_used_in_grid' => false,
'is_visible_in_grid' => false,
'is_filterable_in_grid' => false,
'is_searchable_in_grid' => false,
'type' => 'decimal',
'label' => 'AR Balance',
'input' => 'text',
'required' => true,
'default' => 0,
'sort_order' => 202,
'visible' => true,
'system' => false,
'validate_rules' => null,
'position' => 202,
'user_defined' => false,
'frontend_class' => 'validate-number'
],
Expected result (*)
Actual result (*)
Contribution checklist (*)