Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #87 from gabriellucius/desenvolvimento
Browse files Browse the repository at this point in the history
fix: admin acl rules
  • Loading branch information
s2it-moscou authored Dec 20, 2017
2 parents f87859e + 5866f67 commit ea01731
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 1,763 deletions.
20 changes: 11 additions & 9 deletions etc/acl.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Acl/etc/acl.xsd">
<acl>
<resources>
<resource id="UOL_PagSeguro::Conciliation" title="Conciliation" sortOrder="10" />
<resource id="UOL_PagSeguro::Abandoned" title="Abandoned" sortOrder="20" />
<resource id="UOL_PagSeguro::Cancellation" title="Cancellation" sortOrder="30" />
<resource id="UOL_PagSeguro::Refund" title="Refund" sortOrder="40" />
<resource id="UOL_PagSeguro::Credentials" title="Credentials" sortOrder="50" />
</resources>
</acl>
<acl>
<resource id="Magento_Backend::admin">
<resource id="UOL_PagSeguro::admin" title="PagSeguro">
<resource id="UOL_PagSeguro::Conciliation" title="Conciliation" sortOrder="10"/>
<resource id="UOL_PagSeguro::Abandoned" title="Abandoned" sortOrder="20"/>
<resource id="UOL_PagSeguro::Cancellation" title="Cancellation" sortOrder="30"/>
<resource id="UOL_PagSeguro::Refund" title="Refund" sortOrder="40"/>
<resource id="UOL_PagSeguro::Credentials" title="Credentials" sortOrder="50"/>
</resource>
</resource>
</acl>
</config>
19 changes: 0 additions & 19 deletions view/frontend/layout/pagseguro_direct_payment.xml

This file was deleted.

Empty file.
Loading

0 comments on commit ea01731

Please sign in to comment.