issue 2363 save auth and exposure config

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11715 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-10-15 10:38:14 +00:00
parent 40582750b3
commit bd5770f463
2 changed files with 91 additions and 12 deletions

View file

@ -2,6 +2,7 @@
<module>
<grants />
<permission action="getMenuAdminSiteMap" target="manager" />
<permission action="procMenuAdminUpdateAuth" target="manager" />
<permissions />
<actions>
<action name="dispMenuAdminContent" type="view" standalone="true" />
@ -32,6 +33,7 @@
<action name="procMenuAdminUploadButton" type="controller" standalone="true" />
<action name="procMenuAdminDeleteButton" type="controller" standalone="true" />
<action name="procMenuAdminAllActList" type="controller" standalone="true" />
<action name="procMenuAdminUpdateAuth" type="controller" standalone="true" />
<action name="dispMenuMenu" type="mobile" standalone="true" />
</actions>