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([
4747 * Initialize object
4848 */
4949 initialize : function ( ) {
50- var self = this ;
50+ var self = this ,
51+ popupDialog = jQuery ( '#product_composite_configure' ) ;
5152
5253 this . _initWindowElements ( ) ;
5354 jQuery . async ( '#product_composite_configure' , function ( el ) {
55+ if ( el !== popupDialog [ 0 ] ) {
56+ el = popupDialog [ 0 ] ;
57+ }
5458 self . dialog = jQuery ( el ) . modal ( {
5559 title : jQuery . mage . __ ( 'Configure Product' ) ,
5660 type : 'slide' ,
Original file line number Diff line number Diff line change 112112 </arguments >
113113 </block >
114114 </block >
115+ <block class =" Magento\Catalog\Block\Adminhtml\Product\Composite\Configure" template =" Magento_Catalog::catalog/product/composite/configure.phtml" name =" configure.popup" />
115116 </container >
116117</layout >
You can’t perform that action at this time.
0 commit comments