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

Commit

Permalink
Add ACL for this module
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Fabri committed Feb 17, 2020
1 parent 9505051 commit 81e6119
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

### [1.0.7](https://github.com/magestat/magento2-split-order/releases/tag/1.0.7) - 02-17-2020
#### Added
- ACL for this module

### [1.0.6](https://github.com/magestat/magento2-split-order/releases/tag/1.0.6) - 05/31/2019
#### Added
- Split Order Based on the Product Stock Status.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": [
"OSL-3.0"
],
"version": "1.0.6",
"version": "1.0.7",
"support": {
"issues": "https://github.com/magestat/magento2-split-order/issues/"
},
Expand Down
16 changes: 16 additions & 0 deletions etc/acl.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<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="Magestat_SplitOrder::config" title="Magestat Split Order Configuration"/>
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>

0 comments on commit 81e6119

Please sign in to comment.