File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
app/code/Magento/Catalog/etc Expand file tree Collapse file tree 2 files changed +4
-3
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 =" Update Attributes" translate =" title" sortOrder =" 10" />
16
15
<resource id =" Magento_Catalog::edit_product_design" title =" Edit Product Design" translate =" title" sortOrder =" 20" />
17
16
</resource >
18
17
<resource id =" Magento_Catalog::categories" title =" Categories" translate =" title" sortOrder =" 20" >
27
26
</resource >
28
27
</resource >
29
28
<resource id =" Magento_Backend::stores_attributes" >
30
- <resource id =" Magento_Catalog::attributes_attributes" title =" Product" translate =" title" sortOrder =" 30" />
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 >
31
32
<resource id =" Magento_Catalog::sets" title =" Attribute Set" translate =" title" sortOrder =" 40" />
32
33
</resource >
33
34
</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::attributes_attributes " />
87
+ <resource ref =" Magento_Catalog::update_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