mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix #1652 non-member vote not working for comments
This commit is contained in:
parent
d94226ffb1
commit
1db10e4ada
2 changed files with 8 additions and 8 deletions
|
|
@ -7,10 +7,10 @@
|
|||
<action name="getCommentMenu" type="model" />
|
||||
<action name="getCommentVotedMemberList" type="model" permission="root" />
|
||||
|
||||
<action name="procCommentVoteUp" type="controller" permission="member" />
|
||||
<action name="procCommentVoteUpCancel" type="controller" permission="member" />
|
||||
<action name="procCommentVoteDown" type="controller" permission="member" />
|
||||
<action name="procCommentVoteDownCancel" type="controller" permission="member" />
|
||||
<action name="procCommentVoteUp" type="controller" />
|
||||
<action name="procCommentVoteUpCancel" type="controller" />
|
||||
<action name="procCommentVoteDown" type="controller" />
|
||||
<action name="procCommentVoteDownCancel" type="controller" />
|
||||
<action name="procCommentDeclare" type="controller" permission="member" />
|
||||
<action name="procCommentGetList" type="controller" permission="manager" check_type="comment" check_var="comment_srls" />
|
||||
<action name="procCommentInsertModuleConfig" type="controller" permission="manager" check_var="target_module_srl" ruleset="insertCommentModuleConfig" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue