mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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,13 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
<permission action="getWeeklyUniqueVisitor" target="root" />
|
||||
<permission action="getWeeklyPageView" target="root" />
|
||||
</permissions>
|
||||
<actions>
|
||||
<action name="getWeeklyPageView" type="model" permission="root" />
|
||||
<action name="getWeeklyUniqueVisitor" type="model" permission="root" />
|
||||
|
||||
<action name="dispCounterAdminIndex" type="view" admin_index="true" />
|
||||
<action name="getWeeklyUniqueVisitor" type="model" />
|
||||
<action name="getWeeklyPageView" type="model" />
|
||||
</actions>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue