Skip to content

Commit 8b9a586

Browse files
committed
Merge remote-tracking branch 'origin/MC-19902' into 2.3.4-develop-pr83
2 parents 9e5c194 + 205b634 commit 8b9a586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/view/adminhtml/ui_component/product_listing.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<settings>
133133
<addField>true</addField>
134134
<filter>text</filter>
135-
<bodyTmpl>ui/grid/cells/html</bodyTmpl>
135+
<bodyTmpl>ui/grid/cells/text</bodyTmpl>
136136
<label translate="true">Name</label>
137137
</settings>
138138
</column>
@@ -155,7 +155,7 @@
155155
<column name="sku" sortOrder="60">
156156
<settings>
157157
<filter>text</filter>
158-
<bodyTmpl>ui/grid/cells/html</bodyTmpl>
158+
<bodyTmpl>ui/grid/cells/text</bodyTmpl>
159159
<label translate="true">SKU</label>
160160
</settings>
161161
</column>

0 commit comments

Comments
 (0)