Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 81e6119

Browse files
author
Vinicius Fabri
committed
Add ACL for this module
1 parent 9505051 commit 81e6119

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
### [1.0.7](https://github.com/magestat/magento2-split-order/releases/tag/1.0.7) - 02-17-2020
5+
#### Added
6+
- ACL for this module
7+
48
### [1.0.6](https://github.com/magestat/magento2-split-order/releases/tag/1.0.6) - 05/31/2019
59
#### Added
610
- Split Order Based on the Product Stock Status.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": [
1515
"OSL-3.0"
1616
],
17-
"version": "1.0.6",
17+
"version": "1.0.7",
1818
"support": {
1919
"issues": "https://github.com/magestat/magento2-split-order/issues/"
2020
},

etc/acl.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0"?>
2+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
3+
<acl>
4+
<resources>
5+
<resource id="Magento_Backend::admin">
6+
<resource id="Magento_Backend::stores">
7+
<resource id="Magento_Backend::stores_settings">
8+
<resource id="Magento_Config::config">
9+
<resource id="Magestat_SplitOrder::config" title="Magestat Split Order Configuration"/>
10+
</resource>
11+
</resource>
12+
</resource>
13+
</resource>
14+
</resources>
15+
</acl>
16+
</config>

0 commit comments

Comments
 (0)