Skip to content

Commit a90dbca

Browse files
⏫ Forwardport of #12332 to 2.3-develop branch
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)
1 parent 8e77e2f commit a90dbca

File tree

1 file changed

+20
-0
lines changed
  • app/code/Magento/Integration/etc

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
9+
<acl>
10+
<resources>
11+
<resource id="Magento_Backend::admin">
12+
<resource id="Magento_Backend::system">
13+
<resource id="Magento_Integration::extensions" title="System Extensions" translate="title" sortOrder="30">
14+
<resource id="Magento_Integration::integrations" title="System Integrations" translate="title" sortOrder="40" />
15+
</resource>
16+
</resource>
17+
</resource>
18+
</resources>
19+
</acl>
20+
</config>

0 commit comments

Comments
 (0)