Skip to content

Commit bb798fe

Browse files
Merge pull request #8932 from adobe-commerce-tier-4/AC-9552
AC-9552: fix for missing wizard steps for configurable product
2 parents 3056e9c + 906ec1a commit bb798fe

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/super/wizard-ajax.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $attributes = $block->getProductAttributes();
2020
<?php $dataScope = /* @noEscape */ $block->getData('config/dataScope');
2121
$nameStep = /* @noEscape */ $block->getData('config/nameStepWizard');
2222
$scriptString = <<<script
23-
require(['jquery', 'uiRegistry', 'underscore'], function ($, registry, _) {
23+
require(['jquery', 'uiRegistry', 'underscore', 'Magento_Ui/js/lib/step-wizard'], function ($, registry, _) {
2424
$('body').trigger('contentUpdated');
2525
$('.{$dataScope}[data-role=steps-wizard-main]').applyBindings();
2626

0 commit comments

Comments
 (0)