File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Catalog/view/adminhtml/web/catalog/product/composite
Wishlist/view/adminhtml/layout Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,14 @@ define([
47
47
* Initialize object
48
48
*/
49
49
initialize : function ( ) {
50
- var self = this ;
50
+ var self = this ,
51
+ popupDialog = jQuery ( '#product_composite_configure' ) ;
51
52
52
53
this . _initWindowElements ( ) ;
53
54
jQuery . async ( '#product_composite_configure' , function ( el ) {
55
+ if ( el !== popupDialog [ 0 ] ) {
56
+ el = popupDialog [ 0 ] ;
57
+ }
54
58
self . dialog = jQuery ( el ) . modal ( {
55
59
title : jQuery . mage . __ ( 'Configure Product' ) ,
56
60
type : 'slide' ,
Original file line number Diff line number Diff line change 112
112
</arguments >
113
113
</block >
114
114
</block >
115
+ <block class =" Magento\Catalog\Block\Adminhtml\Product\Composite\Configure" template =" Magento_Catalog::catalog/product/composite/configure.phtml" name =" configure.popup" />
115
116
</container >
116
117
</layout >
You can’t perform that action at this time.
0 commit comments