Skip to content

Commit

Permalink
Merge forwardport of magento/magento2#12917 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/12917.patch (created by @vasilii-b) based on commit(s):
  1. 4f91566

Fixed GitHub Issues in 2.3-develop branch:
  - magento/magento2#12894: Can't remove State is required for all countries (reported by @mazur-vlad)
  • Loading branch information
magento-engcom-team authored Jan 24, 2018
2 parents fd2418e + 38e34a8 commit 946e9e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Directory/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<field id="state_required" translate="label" type="multiselect" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
<label>State is Required for</label>
<source_model>Magento\Directory\Model\Config\Source\Country</source_model>
<can_be_empty>1</can_be_empty>
</field>
<field id="display_all" translate="label" type="select" sortOrder="8" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Allow to Choose State if It is Optional for Country</label>
Expand Down

0 comments on commit 946e9e1

Please sign in to comment.