mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
module.xml 3차 정리
action에 permission 속성을 부여하는 방식으로 변경 board, page 모듈 action에 grant 퍼미션 설정
This commit is contained in:
parent
f224a4aea0
commit
fc6206ab75
30 changed files with 206 additions and 425 deletions
|
|
@ -1,11 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<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" />
|
||||
|
|
@ -13,11 +8,11 @@
|
|||
<action name="getPollGetColorsetList" type="model" />
|
||||
|
||||
<action name="procPollInsert" type="controller" />
|
||||
<action name="procPollInsertItem" type="controller" />
|
||||
<action name="procPollDeleteItem" type="controller" />
|
||||
<action name="procPollInsertItem" type="controller" permission="member" />
|
||||
<action name="procPollDeleteItem" type="controller" permission="member" />
|
||||
<action name="procPoll" type="controller" ruleset="poll" />
|
||||
<action name="procPollViewResult" type="controller" />
|
||||
<action name="procPollGetList" type="controller" />
|
||||
<action name="procPollGetList" type="controller" permission="root" />
|
||||
|
||||
<action name="dispPollAdminList" type="view" admin_index="true" menu_name="poll" menu_index="true" />
|
||||
<action name="dispPollAdminResult" type="view" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue