mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
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:
parent
aa429a63b4
commit
ff608c540a
4 changed files with 75 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue