Skip to content

Commit b1dbff5

Browse files
committed
MAGETWO-34253: CLONE - Postal code is still mandatory for Non-US addresses that don't use it
- Renaming due Code Review
1 parent 3bb7ca3 commit b1dbff5

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

app/code/Magento/Ui/Component/Form/Element/DataType/PostCodeFix.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

app/code/Magento/Ui/view/base/layout/ui_components.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@
234234
</arguments>
235235
</block>
236236

237-
<block class="Magento\Ui\Component\Form\Element\DataType\PostCodeFix" name="post_code_fix">
237+
<block class="Magento\Ui\Component\Form\Element\Input" name="post_code">
238238
<arguments>
239239
<argument name="js_config" xsi:type="array">
240-
<item name="component" xsi:type="string">Magento_Ui/js/form/element/post-code-fix</item>
240+
<item name="component" xsi:type="string">Magento_Ui/js/form/element/post-code</item>
241241
<item name="dependentFiled" xsi:type="string">country_id</item>
242242
</argument>
243243
</arguments>

0 commit comments

Comments
 (0)