Skip to content

Commit

Permalink
⏫ Forwardport of #12332 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/12332.patch (created by @RomaKis) based on commit(s):
  1. ffb7817

Fixed GitHub Issues in 2.3-develop branch:
  - #9684: No ACL set for integrations (reported by @wigman)
  • Loading branch information
magento-engcom-team committed Jan 24, 2018
1 parent 8e77e2f commit a90dbca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/code/Magento/Integration/etc/acl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?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::system">
<resource id="Magento_Integration::extensions" title="System Extensions" translate="title" sortOrder="30">
<resource id="Magento_Integration::integrations" title="System Integrations" translate="title" sortOrder="40" />
</resource>
</resource>
</resource>
</resources>
</acl>
</config>

0 comments on commit a90dbca

Please sign in to comment.