File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Block/Adminhtml/Product/Attribute/Edit/Tab Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public function __construct(
61
61
\Magento \Framework \Data \FormFactory $ formFactory ,
62
62
Yesno $ yesNo ,
63
63
Data $ eavData ,
64
- array $ disableScopeChangeList = [' sku ' ],
64
+ array $ disableScopeChangeList = [],
65
65
array $ data = []
66
66
) {
67
67
$ this ->_yesNo = $ yesNo ;
Original file line number Diff line number Diff line change 282
282
</argument >
283
283
</arguments >
284
284
</type >
285
+ <type name =" Magento\Catalog\Block\Adminhtml\Product\Attribute\Edit\Tab\Advanced" >
286
+ <arguments >
287
+ <argument name =" disableScopeChangeList" xsi : type =" array" >
288
+ <item name =" sku" xsi : type =" string" >sku</item >
289
+ <item name =" media_gallery" xsi : type =" string" >media_gallery</item >
290
+ </argument >
291
+ </arguments >
292
+ </type >
285
293
</config >
You can’t perform that action at this time.
0 commit comments