mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +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,18 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="dispTrashAdminList" target="manager" />
|
||||
<permission action="procTrashAdminRestore" target="manager" />
|
||||
</permissions>
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="dispTrashAdminList" type="view" admin_index="true" menu_name="trash" menu_index="true" />
|
||||
|
||||
<action name="dispTrashAdminView" type="view" menu_name="trash" />
|
||||
|
||||
<action name="procTrashAdminEmptyTrash" type="controller" ruleset="emptyTrash" />
|
||||
<action name="procTrashAdminRestore" type="controller" />
|
||||
<action name="procTrashAdminGetList" type="controller" />
|
||||
|
||||
<action name="dispTrashAdminView" type="view" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="trash">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue