mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +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
|
|
@ -3,23 +3,23 @@
|
|||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="getPollstatus" type="model" />
|
||||
<action name="getPollinfo" type="model" />
|
||||
<action name="getPollitemInfo" type="model" />
|
||||
<action name="getPollGetColorsetList" type="model" />
|
||||
|
||||
<action name="getPollstatus" type="model" />
|
||||
<action name="getPollinfo" type="model" />
|
||||
<action name="getPollitemInfo" type="model" />
|
||||
<action name="procPollInsert" type="controller" />
|
||||
<action name="procPollInsertItem" type="controller" />
|
||||
<action name="procPollDeleteItem" type="controller" />
|
||||
<action name="procPoll" type="controller" ruleset="poll" />
|
||||
<action name="procPollViewResult" type="controller" />
|
||||
<action name="procPollGetList" type="controller" />
|
||||
|
||||
<!-- admin -->
|
||||
<action name="procPollInsert" type="controller" />
|
||||
<action name="procPollInsertItem" type="controller" />
|
||||
<action name="procPollDeleteItem" type="controller" />
|
||||
<action name="procPoll" type="controller" ruleset="poll" />
|
||||
<action name="procPollViewResult" type="controller" />
|
||||
<action name="procPollGetList" type="controller" />
|
||||
|
||||
<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="procPollAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
|
||||
<action name="procPollAdminInsertConfig" type="controller" ruleset="insertConfig" />
|
||||
<action name="procPollAdminAddCart" type="controller" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue