File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/ConfigurableProduct/view/adminhtml/web/js Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,12 @@ define([
58
58
var suggestContainer = $ ( '#product-template-suggest-container .action-dropdown > .action-toggle' ) ;
59
59
if ( productType . type . current === 'configurable' ) {
60
60
suggestContainer . addClass ( 'disabled' ) . prop ( 'disabled' , true ) ;
61
- this . $block . prop ( 'disabled' , false ) ;
62
61
$ ( '#inventory_qty' ) . prop ( 'disabled' , true ) ;
63
62
$ ( '#inventory_stock_availability' ) . removeProp ( 'disabled' ) ;
64
63
this . _setElementDisabled ( $ ( '#qty' ) , true , true ) ;
65
64
this . _setElementDisabled ( $ ( '#quantity_and_stock_status' ) , false , false ) ;
66
65
} else {
67
66
suggestContainer . removeClass ( 'disabled' ) . removeProp ( 'disabled' ) ;
68
- this . $block . prop ( 'disabled' , true ) ;
69
67
$ ( '#inventory_qty' ) . removeProp ( 'disabled' ) ;
70
68
$ ( '#inventory_stock_availability' ) . prop ( 'disabled' , true ) ;
71
69
this . _setElementDisabled ( $ ( '#quantity_and_stock_status' ) , true , false ) ;
You can’t perform that action at this time.
0 commit comments