mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
module.xml 2차 정리
act 를 세밀하게 검토한 후 합당한 퍼미션을 걸어둠
This commit is contained in:
parent
fcb17fe9cf
commit
0dc3d92465
22 changed files with 245 additions and 203 deletions
|
|
@ -1,7 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions />
|
||||
<permissions>
|
||||
<permission action="procPollInsertItem" target="member" />
|
||||
<permission action="procPollDeleteItem" target="member" />
|
||||
<permission action="procPollGetList" target="root" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="getPollstatus" type="model" />
|
||||
<action name="getPollinfo" type="model" />
|
||||
|
|
@ -18,11 +22,12 @@
|
|||
<action name="dispPollAdminList" type="view" admin_index="true" menu_name="poll" menu_index="true" />
|
||||
<action name="dispPollAdminResult" type="view" />
|
||||
<action name="dispPollAdminConfig" type="view" />
|
||||
|
||||
<action name="getPollAdminTarget" type="model" />
|
||||
|
||||
<action name="procPollAdminAddCart" type="controller" />
|
||||
<action name="procPollAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
|
||||
<action name="procPollAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="procPollAdminAddCart" type="controller" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="poll">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue