Skip to content

Commit

Permalink
[~] ACL: fix Backend resource
Browse files Browse the repository at this point in the history
  • Loading branch information
bm-services committed Oct 25, 2016
1 parent e4d12eb commit 6db7d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
<acl>
<resources>
<resource id="Magento_Adminhtml::admin">
<resource id="Magento_Backend::admin">
<resource id="Paybox_Epayment::paybox" title="Index" sortOrder="20">
<resource id="Paybox_Epayment::paybox_capture" title="Invoice" sortOrder="10">
<resource id="Paybox_Epayment::paybox_capture_test" title="Test" sortOrder="10">
Expand Down

0 comments on commit 6db7d2b

Please sign in to comment.