mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01: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,9 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="procRssAdminInsertModuleConfig" target="manager" check_var="target_module_srl" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="rss" type="view" />
|
||||
<action name="atom" type="view" />
|
||||
|
|
@ -11,7 +8,7 @@
|
|||
<action name="dispRssAdminIndex" type="view" index="true" admin_index="true" menu_name="rss" menu_index="true" />
|
||||
<action name="procRssAdminInsertConfig" type="controller" ruleset="insertRssConfig" />
|
||||
<action name="procRssAdminDeleteFeedImage" type="controller" />
|
||||
<action name="procRssAdminInsertModuleConfig" type="controller" />
|
||||
<action name="procRssAdminInsertModuleConfig" type="controller" permission="manager" check_var="target_module_srl" />
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="rss">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue