File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
app/code/Magento/Catalog/etc Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
<resource id =" Magento_Catalog::catalog" title =" Catalog" translate =" title" sortOrder =" 30" >
13
13
<resource id =" Magento_Catalog::catalog_inventory" title =" Inventory" translate =" title" sortOrder =" 10" >
14
14
<resource id =" Magento_Catalog::products" title =" Products" translate =" title" sortOrder =" 10" >
15
+ <resource id =" Magento_Catalog::update_attributes" title =" Mass Attributes Update" translate =" title" sortOrder =" 10" />
15
16
<resource id =" Magento_Catalog::edit_product_design" title =" Edit Product Design" translate =" title" sortOrder =" 20" />
16
17
</resource >
17
18
<resource id =" Magento_Catalog::categories" title =" Categories" translate =" title" sortOrder =" 20" >
26
27
</resource >
27
28
</resource >
28
29
<resource id =" Magento_Backend::stores_attributes" >
29
- <resource id =" Magento_Catalog::attributes_attributes" title =" Product" translate =" title" sortOrder =" 30" >
30
- <resource id =" Magento_Catalog::update_attributes" title =" Update Attributes" translate =" title" sortOrder =" 10" />
31
- </resource >
30
+ <resource id =" Magento_Catalog::attributes_attributes" title =" Product" translate =" title" sortOrder =" 30" />
32
31
<resource id =" Magento_Catalog::sets" title =" Attribute Set" translate =" title" sortOrder =" 40" />
33
32
</resource >
34
33
</resource >
Original file line number Diff line number Diff line change 84
84
<route url =" /V1/products/attributes/:attributeCode" method =" PUT" >
85
85
<service class =" Magento\Catalog\Api\ProductAttributeRepositoryInterface" method =" save" />
86
86
<resources >
87
- <resource ref =" Magento_Catalog::update_attributes " />
87
+ <resource ref =" Magento_Catalog::attributes_attributes " />
88
88
</resources >
89
89
</route >
90
90
<route url =" /V1/products/attributes/:attributeCode" method =" DELETE" >
You can’t perform that action at this time.
0 commit comments