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 e0d650c commit f3920a9Copy full SHA for f3920a9
app/code/Magento/Catalog/view/adminhtml/templates/catalog/product/composite/configure.phtml
@@ -70,10 +70,10 @@ $blockId = $block->getId();
70
71
require([
72
"jquery",
73
- "mage/mage"
+ "mage/validation"
74
], function(jQuery){
75
jQuery('.product_composite_configure_form').each(function () {
76
- jQuery(this).mage('form').mage('validation');
+ jQuery(this).validation({errorElement: 'label'}).valid();
77
});
78
79
script;
0 commit comments