issue 2363 create get grant method by xml api

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11206 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-09-11 07:09:42 +00:00
parent aa429a63b4
commit ff608c540a
4 changed files with 75 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<grants />
<permissions>
<permission action="dispModuleSelectList" target="member" />
<permission action="getModuleAdminGrant" target="manager" />
</permissions>
<actions>
<action name="dispModuleSelectList" type="view" standalone="true" />
@ -33,6 +34,7 @@
<action name="getLangListByLangcodeForAutoComplete" type="model" standalone="true" />
<action name="getFileBoxListHtml" type="model" />
<action name="getLangByLangcode" type="model" />
<action name="getModuleAdminGrant" type="model" />
<action name="procModuleAdminInsertCategory" type="controller" standalone="true" ruleset="insertCategory" />
<action name="procModuleAdminUpdateCategory" type="controller" standalone="true" ruleset="updateCategory" />