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

Commit

Permalink
Added adminhtml acl config
Browse files Browse the repository at this point in the history
Fixes 404 error on backend system config
  • Loading branch information
Oliver Sokola committed Apr 27, 2016
1 parent 9c75aa8 commit eee7208
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<config>
<acl>
<resources>
<admin>
<children>
<system>
<children>
<config>
<children>
<kirchbergerknorr>
<title>Kirchbergerknorr DuplicateOrders</title>
</kirchbergerknorr>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>
</config>

0 comments on commit eee7208

Please sign in to comment.