Skip to content

Commit 6ed22dc

Browse files
Merge branch 'MAGETWO-58056' of github.com:magento-folks/magento2ce into bugfix
2 parents f7e28b9 + d012862 commit 6ed22dc

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @api
88
*/
99
define([
10+
'jquery',
1011
'Magento_Ui/js/lib/view/utils/async',
1112
'jquery/ui',
1213
'mage/translate',
@@ -838,4 +839,6 @@ define([
838839
};
839840

840841
productConfigure = new ProductConfigure();
842+
jQuery(document).trigger('productConfigure:inited');
843+
jQuery(document).data('productConfigureInited', true);
841844
});

0 commit comments

Comments
 (0)