Skip to content

Commit 4df5009

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-3504: Product images not resized when added as configurable product
1 parent fbc79a3 commit 4df5009

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps

1 file changed

+1
-2
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps/bulk.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,7 @@ $uploadUrl = $block->getUrl('catalog/product_gallery/upload');
771771
"component": "Magento_ConfigurableProduct/js/variations/steps/bulk",
772772
"appendTo": "<?= /* @noEscape */ $block->getParentComponentName() ?>",
773773
"noImage": "<?= /* @noEscape */ $block->getNoImageUrl() ?>",
774-
"variationsComponent": "<?= /* @noEscape */ $block->getData('config/form')
775-
?>.configurableVariations",
774+
"variationsComponent": "<?= /* @noEscape */ $block->getData('config/form') ?>.configurableVariations",
776775
"isResizeEnabled": <?= /* @noEscape */ $viewModel->isResizeEnabled() ?>,
777776
"maxWidth": <?= /* @noEscape */ $viewModel->getMaxWidth() ?>,
778777
"maxHeight": <?= /* @noEscape */ $viewModel->getMaxHeight() ?>

0 commit comments

Comments
 (0)