Skip to content

Commit 65fef45

Browse files
Eugene ShakhsuvarovEugene Shakhsuvarov
authored andcommitted
Merge branch '32824-generated-associated-product-name-issue' of github.com:SilinMykola/magento2 into 2.4-develop-prs
2 parents 0d2ec17 + 7bc3e12 commit 65fef45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/dynamic-rows-configurable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ define([
412412
product = {
413413
'id': row.productId,
414414
'product_link': row.productUrl,
415-
'name': $('<i></i>').text(row.name).html(),
415+
'name': row.name,
416416
'sku': row.sku,
417417
'status': row.status,
418418
'price': row.price,

0 commit comments

Comments
 (0)