mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
module.xml 1차 정리
탭 정리 일부 permission, action 정리
This commit is contained in:
parent
5bdd0091ec
commit
fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions
|
|
@ -1,24 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="getMenuAdminSiteMap" target="manager" />
|
||||
<permission action="procMenuAdminUpdateAuth" target="manager" />
|
||||
</permissions>
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispMenuMenu" type="mobile" />
|
||||
|
||||
<!-- admin -->
|
||||
|
||||
<action name="dispMenuAdminMidList" type="view" />
|
||||
<action name="dispMenuAdminSiteMap" type="view" admin_index="true" menu_name="siteMap" menu_index="true" />
|
||||
<action name="dispMenuAdminSiteDesign" type="view" menu_name="siteDesign" menu_index="true" />
|
||||
|
||||
|
||||
<action name="getMenuAdminTplInfo" type="model" />
|
||||
<action name="getMenuAdminItemInfo" type="model" />
|
||||
<action name="getMenuAdminSiteMap" type="model" />
|
||||
<action name="getMenuAdminInstalledMenuType" type="model" />
|
||||
<action name="getMenuAdminDetailSetup" type="model" />
|
||||
|
||||
|
||||
<action name="procMenuAdminInsert" type="controller" ruleset="insertMenu" />
|
||||
<action name="procMenuAdminUpdate" type="controller" ruleset="updateMenuTitle" />
|
||||
<action name="procMenuAdminDelete" type="controller" />
|
||||
|
|
@ -31,7 +27,6 @@
|
|||
<action name="procMenuAdminMoveItem" type="controller" />
|
||||
<action name="procMenuAdminCopyItem" type="controller" />
|
||||
<action name="procMenuAdminArrangeItem" type="controller" />
|
||||
|
||||
<action name="procMenuAdminUploadButton" type="controller" />
|
||||
<action name="procMenuAdminDeleteButton" type="controller" />
|
||||
<action name="procMenuAdminAllActList" type="controller" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue