File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ define([
219
219
_ . each ( tmpData , function ( row , index ) {
220
220
path = this . dataScope + '.' + this . index + '.' + ( this . startIndex + index ) ;
221
221
row . attributes = $ ( '<i></i>' ) . text ( row . attributes ) . html ( ) ;
222
- row . sku = $ ( '<i></i>' ) . text ( row . sku ) . html ( ) ;
222
+ row . sku = row . sku ;
223
223
this . source . set ( path , row ) ;
224
224
} , this ) ;
225
225
@@ -405,7 +405,7 @@ define([
405
405
'id' : row . productId ,
406
406
'product_link' : row . productUrl ,
407
407
'name' : $ ( '<i></i>' ) . text ( row . name ) . html ( ) ,
408
- 'sku' : $ ( '<i></i>' ) . text ( row . sku ) . html ( ) ,
408
+ 'sku' : row . sku ,
409
409
'status' : row . status ,
410
410
'price' : row . price ,
411
411
'price_currency' : row . priceCurrency ,
You can’t perform that action at this time.
0 commit comments