Skip to content

Commit f23f4a8

Browse files
committed
ACP2E-2770: Double-byte characters (special characters) in Product Name field blocks product creation in backend
1 parent 9d73f27 commit f23f4a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/code/Magento/Catalog/etc/adminhtml/system.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,21 +116,21 @@
116116
</group>
117117
<group id="seo" translate="label" type="text" sortOrder="500" showInDefault="1" showInWebsite="1" showInStore="1">
118118
<label>Search Engine Optimization</label>
119-
<field id="title_separator" translate="label" type="text" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
119+
<field id="product_url_transliteration" translate="label" type="select" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
120+
<label>Apply transliteration for product URL</label>
121+
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
122+
</field>
123+
<field id="title_separator" translate="label" type="text" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
120124
<label>Page Title Separator</label>
121125
</field>
122-
<field id="category_canonical_tag" translate="label" type="select" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
126+
<field id="category_canonical_tag" translate="label" type="select" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
123127
<label>Use Canonical Link Meta Tag For Categories</label>
124128
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
125129
</field>
126-
<field id="product_canonical_tag" translate="label" type="select" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
130+
<field id="product_canonical_tag" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
127131
<label>Use Canonical Link Meta Tag For Products</label>
128132
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
129133
</field>
130-
<field id="product_url_transliteration" translate="label" type="select" sortOrder="9" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
131-
<label>Apply transliteration for product URL</label>
132-
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
133-
</field>
134134
</group>
135135
<group id="price" translate="label" type="text" sortOrder="400" showInDefault="1">
136136
<label>Price</label>

0 commit comments

Comments
 (0)