Skip to content

Commit 2e511ed

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-54222' into pr_branch
2 parents 68a91a9 + 707839f commit 2e511ed

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations/steps

1 file changed

+2
-0
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations/steps/summary.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ define([
8181
options: options,
8282
images: images,
8383
sku: sku,
84+
name: sku,
8485
quantity: quantity,
8586
price: price,
8687
productId: productId,
@@ -91,6 +92,7 @@ define([
9192
if (productId) {
9293
variation.sku = product.sku;
9394
variation.weight = product.weight;
95+
variation.name = product.name;
9496
gridExisting.push(this.prepareRowForGrid(variation));
9597
} else {
9698
gridNew.push(this.prepareRowForGrid(variation));

0 commit comments

Comments
 (0)