mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
게시판 모듈에 각 게시판별도 등록된 태그를 보는 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3088 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
feae5bda9b
commit
cd36ff5718
8 changed files with 104 additions and 5 deletions
|
|
@ -46,6 +46,7 @@
|
|||
</grants>
|
||||
<permissions>
|
||||
<permission action="dispBoardContent" target="manager" />
|
||||
<permission action="dispBoardTagList" target="manager" />
|
||||
<permission action="dispBoardWrite" target="manager" />
|
||||
<permission action="dispBoardDelete" target="manager" />
|
||||
<permission action="dispBoardReplyComment" target="manager" />
|
||||
|
|
@ -76,6 +77,7 @@
|
|||
</permissions>
|
||||
<actions>
|
||||
<action name="dispBoardContent" type="view" index="true" />
|
||||
<action name="dispBoardTagList" type="view" />
|
||||
<action name="dispBoardWrite" type="view" />
|
||||
<action name="dispBoardDelete" type="view" />
|
||||
<action name="dispBoardReplyComment" type="view" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue