Skip to content

Commit 87d1094

Browse files
committed
#28947 Fix scope reset on new synonym form
1 parent 25772e6 commit 87d1094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Search/view/adminhtml/ui_component/search_synonyms_form.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
<argument name="data" xsi:type="array">
6464
<item name="config" xsi:type="array">
6565
<item name="source" xsi:type="string">block</item>
66-
<item name="default" xsi:type="number">0</item>
66+
<item name="default" xsi:type="string">0:0</item>
6767
</item>
6868
</argument>
6969
<settings>
7070
<validation>
7171
<rule name="required-entry" xsi:type="boolean">true</rule>
7272
</validation>
73-
<dataType>int</dataType>
73+
<dataType>text</dataType>
7474
<tooltip>
7575
<link>https://docs.magento.com/m2/ce/user_guide/stores/websites-stores-views.html</link>
7676
<description translate="true">You can adjust the scope of this synonym group by selecting an option from the list.</description>

0 commit comments

Comments
 (0)