Skip to content

Commit

Permalink
Merge pull request #1 from arifadobe/missing-section-for-custom-role
Browse files Browse the repository at this point in the history
Missing section when custom role is selected
  • Loading branch information
arifadobe authored May 6, 2022
2 parents 96faea7 + 1d12a0d commit ee676ec
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions app/code/Magento/Webapi/etc/acl.xm
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
<acl>
<resources>
<resource id="Magento_Backend::admin">
<resource id="Magento_Backend::stores">
<resource id="Magento_Backend::stores_settings">
<resource id="Magento_Config::config">
<resource id="Magento_Webapi::config_webapi" title="Magento Web API" translate="title"
sortOrder="20"/>
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>

0 comments on commit ee676ec

Please sign in to comment.