Skip to content

Commit bd3bec1

Browse files
committed
MAGETWO-38302: Region field is absent in customer address form on backend for "United Kingdom" country.
1 parent 6f925b9 commit bd3bec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/base/ui_component/customer_form.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
<item name="dataType" xsi:type="string">text</item>
430430
<item name="formElement" xsi:type="string">select</item>
431431
<item name="source" xsi:type="string">address</item>
432-
<item name="customEntry" xsi:type="boolean">true</item>
432+
<item name="customEntry" xsi:type="string">region</item>
433433
<item name="validation" xsi:type="array">
434434
<item name="required-entry" xsi:type="boolean">true</item>
435435
</item>

0 commit comments

Comments
 (0)