mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
잘못된 퍼미션 변경
This commit is contained in:
parent
01ef797c0b
commit
84def07c4e
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
<module>
|
<module>
|
||||||
<grants />
|
<grants />
|
||||||
<actions>
|
<actions>
|
||||||
<action name="dispCommentDeclare" type="view" permission="manager" />
|
<action name="dispCommentDeclare" type="view" permission="member" />
|
||||||
|
|
||||||
<action name="getCommentMenu" type="model" />
|
<action name="getCommentMenu" type="model" />
|
||||||
<action name="getCommentVotedMemberList" type="model" permission="root" />
|
<action name="getCommentVotedMemberList" type="model" permission="root" />
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<module>
|
<module>
|
||||||
<grants />
|
<grants />
|
||||||
<actions>
|
<actions>
|
||||||
<action name="dispModuleSelectList" type="view" permission="root" />
|
<action name="dispModuleSelectList" type="view" permission="all-managers" />
|
||||||
<action name="dispModuleSkinInfo" type="view" permission="all-managers" />
|
<action name="dispModuleSkinInfo" type="view" permission="all-managers" />
|
||||||
<action name="dispModuleFileBox" type="view" permission="root" />
|
<action name="dispModuleFileBox" type="view" permission="root" />
|
||||||
<action name="dispModuleFileBoxAdd" type="view" permission="root" />
|
<action name="dispModuleFileBoxAdd" type="view" permission="root" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue