Skip to content

Commit 2b00628

Browse files
committed
Merge pull request #13 from notimplementedyet/master
Added missing adminhtml menu acl
2 parents 0bb74a0 + 8b02d43 commit 2b00628

File tree

1 file changed

+94
-52
lines changed

1 file changed

+94
-52
lines changed

src/app/code/community/FireGento/Debug/etc/adminhtml.xml

Lines changed: 94 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -18,57 +18,99 @@
1818
-->
1919
<config>
2020
<menu>
21-
<firegento translate="title" module="firegento">
22-
<title>FIREGENTO</title>
23-
<sort_order>500</sort_order>
24-
<children>
25-
<diagnostic translate="title" module="firegento">
26-
<title>Diagnostic</title>
27-
<sort_order>10</sort_order>
28-
<children>
29-
<check_modules translate="title" module="firegento">
30-
<title>Check Modules</title>
31-
<action>firegento/diagnostic/checkModules</action>
32-
<sort_order>10</sort_order>
33-
</check_modules>
34-
<check_rewrites translate="title" module="firegento">
35-
<title>Check Rewrites</title>
36-
<action>firegento/diagnostic/checkRewrites</action>
37-
<sort_order>20</sort_order>
38-
</check_rewrites>
39-
<check_events translate="title" module="firegento">
40-
<title>Check Events</title>
41-
<action>firegento/diagnostic/checkEvents</action>
42-
<sort_order>30</sort_order>
43-
</check_events>
44-
<check_system translate="title" module="firegento">
45-
<title>Check System</title>
46-
<action>firegento/diagnostic/checkSystem</action>
47-
<sort_order>40</sort_order>
48-
</check_system>
49-
<phpinfo translate="title" module="firegento">
50-
<title>phpinfo()</title>
51-
<action>firegento/diagnostic/phpinfo</action>
52-
<sort_order>50</sort_order>
53-
</phpinfo>
54-
</children>
55-
</diagnostic>
56-
<logs>
57-
<title>Logs</title>
58-
<action>firegento/log/index</action>
59-
<sort_order>20</sort_order>
60-
</logs>
61-
<about_firegento translate="title" module="firegento">
62-
<title>About FireGento</title>
63-
<action>firegento/index/about</action>
64-
<sort_order>999</sort_order>
65-
</about_firegento>
66-
<configuration translate="title" module="firegento">
67-
<title>Configuration</title>
68-
<action>adminhtml/system_config/edit/section/firegento</action>
69-
<sort_order>1000</sort_order>
70-
</configuration>
71-
</children>
72-
</firegento>
21+
<firegento translate="title" module="firegento">
22+
<title>FIREGENTO</title>
23+
<sort_order>500</sort_order>
24+
<children>
25+
<diagnostic translate="title" module="firegento">
26+
<title>Diagnostic</title>
27+
<sort_order>10</sort_order>
28+
<children>
29+
<check_modules translate="title" module="firegento">
30+
<title>Check Modules</title>
31+
<action>firegento/diagnostic/checkModules</action>
32+
<sort_order>10</sort_order>
33+
</check_modules>
34+
<check_rewrites translate="title" module="firegento">
35+
<title>Check Rewrites</title>
36+
<action>firegento/diagnostic/checkRewrites</action>
37+
<sort_order>20</sort_order>
38+
</check_rewrites>
39+
<check_events translate="title" module="firegento">
40+
<title>Check Events</title>
41+
<action>firegento/diagnostic/checkEvents</action>
42+
<sort_order>30</sort_order>
43+
</check_events>
44+
<check_system translate="title" module="firegento">
45+
<title>Check System</title>
46+
<action>firegento/diagnostic/checkSystem</action>
47+
<sort_order>40</sort_order>
48+
</check_system>
49+
<phpinfo translate="title" module="firegento">
50+
<title>phpinfo()</title>
51+
<action>firegento/diagnostic/phpinfo</action>
52+
<sort_order>50</sort_order>
53+
</phpinfo>
54+
</children>
55+
</diagnostic>
56+
<logs>
57+
<title>Logs</title>
58+
<action>firegento/log/index</action>
59+
<sort_order>20</sort_order>
60+
</logs>
61+
<about_firegento translate="title" module="firegento">
62+
<title>About FireGento</title>
63+
<action>firegento/index/about</action>
64+
<sort_order>999</sort_order>
65+
</about_firegento>
66+
<configuration translate="title" module="firegento">
67+
<title>Configuration</title>
68+
<action>adminhtml/system_config/edit/section/firegento</action>
69+
<sort_order>1000</sort_order>
70+
</configuration>
71+
</children>
72+
</firegento>
7373
</menu>
74+
<acl>
75+
<resources>
76+
<admin>
77+
<children>
78+
<firegento translate="title" module="firegento">
79+
<title>FIREGENTO</title>
80+
<children>
81+
<diagnostic translate="title" module="firegento">
82+
<title>Diagnostic</title>
83+
<children>
84+
<check_modules translate="title" module="firegento">
85+
<title>Check Modules</title>
86+
</check_modules>
87+
<check_rewrites translate="title" module="firegento">
88+
<title>Check Rewrites</title>
89+
</check_rewrites>
90+
<check_events translate="title" module="firegento">
91+
<title>Check Events</title>
92+
</check_events>
93+
<check_system translate="title" module="firegento">
94+
<title>Check System</title>
95+
</check_system>
96+
<phpinfo translate="title" module="firegento">
97+
<title>phpinfo()</title>
98+
</phpinfo>
99+
</children>
100+
</diagnostic>
101+
<logs>
102+
<title>Logs</title>
103+
</logs>
104+
<about_firegento translate="title" module="firegento">
105+
<title>About FireGento</title>
106+
</about_firegento>
107+
<configuration translate="title" module="firegento">
108+
<title>Configuration</title>
109+
</configuration>
110+
</children>
111+
</firegento>
112+
</children>
113+
</admin>
114+
</resources>
115+
</acl>
74116
</config>

0 commit comments

Comments
 (0)