We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea57c2 commit 707839fCopy full SHA for 707839f
app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/variations/steps/summary.js
@@ -81,6 +81,7 @@ define([
81
options: options,
82
images: images,
83
sku: sku,
84
+ name: sku,
85
quantity: quantity,
86
price: price,
87
productId: productId,
@@ -91,6 +92,7 @@ define([
91
92
if (productId) {
93
variation.sku = product.sku;
94
variation.weight = product.weight;
95
+ variation.name = product.name;
96
gridExisting.push(this.prepareRowForGrid(variation));
97
} else {
98
gridNew.push(this.prepareRowForGrid(variation));
0 commit comments