Skip to content

Commit

Permalink
Add required-entry
Browse files Browse the repository at this point in the history
  • Loading branch information
crissanclick committed Nov 4, 2017
1 parent 38921e7 commit e0ce5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<label>Number of Lines in a Street Address</label>
<backend_model>Magento\Customer\Model\Config\Backend\Address\Street</backend_model>
<comment>Valid range: 1-4</comment>
<validate>validate-digits validate-digits-range digits-range-1-4</validate>
<validate>required-entry validate-digits validate-digits-range digits-range-1-4</validate>
</field>
<field id="prefix_show" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Show Prefix</label>
Expand Down

0 comments on commit e0ce5aa

Please sign in to comment.