Skip to content

Commit 4647340

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-51335: Configurable Product. No Error Message When None of Attribute Values Are Selected.
1 parent 2abc5a3 commit 4647340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/templates/stepswizard.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"component": "Magento_Ui/js/lib/step-wizard",
6565
"initData": <?= /* @escapeNotVerified */ $this->helper("Magento\Framework\Json\Helper\Data")->jsonEncode($block->getInitData()) ?>,
6666
"stepsNames": <?= /* @escapeNotVerified */ $this->helper("Magento\Framework\Json\Helper\Data")->jsonEncode($block->getStepComponents()) ?>,
67-
"modalClass": "<?= /* @noEscape */ $block->getData('config/modal')?>"
67+
"modalClass": "<?= /* @noEscape */ $block->getData('config/dataScope')?>"
6868
}
6969
}
7070
}

0 commit comments

Comments
 (0)