rhymix/modules/poll/conf/module.xml
conory 0dc3d92465 module.xml 2차 정리
act 를 세밀하게 검토한 후 합당한 퍼미션을 걸어둠
2017-04-05 16:18:18 +09:00

47 lines
1.8 KiB
XML

<?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" />
<action name="getPollitemInfo" type="model" />
<action name="getPollGetColorsetList" 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" />
<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" />
</actions>
<menus>
<menu name="poll">
<title xml:lang="en">Poll</title>
<title xml:lang="ko">설문</title>
<title xml:lang="zh-CN">Poll</title>
<title xml:lang="jp">アンケート</title>
<title xml:lang="es">Poll</title>
<title xml:lang="ru">Poll</title>
<title xml:lang="fr">Poll</title>
<title xml:lang="zh-TW">投票</title>
<title xml:lang="vi">Poll</title>
<title xml:lang="mn">Poll</title>
<title xml:lang="tr">Poll</title>
</menu>
</menus>
</module>