module.xml 1차 정리

탭 정리
일부 permission, action 정리
This commit is contained in:
conory 2017-03-29 22:23:26 +09:00
parent 5bdd0091ec
commit fcb17fe9cf
57 changed files with 1216 additions and 1254 deletions

View file

@ -5,35 +5,35 @@
<permission action="procCommentVoteUp" target="member" />
<permission action="procCommentVoteDown" target="member" />
<permission action="procCommentDeclare" target="member" />
<permission action="procCommentGetList" target="manager" />
<permission action="procCommentAdminAddCart" target="manager" />
<permission action="procCommentAdminMoveToTrash" target="manager" />
<permission action="procCommentAdminDeleteChecked" target="manager" />
<permission action="procCommentInsertModuleConfig" target="manager" />
<permission action="procCommentGetList" target="manager" check_type="comment" check_var="comment_srls" />
<permission action="procCommentInsertModuleConfig" target="manager" check_var="target_module_srl" />
<permission action="procCommentAdminAddCart" target="manager" check_type="comment" check_var="comment_srl" />
<permission action="procCommentAdminMoveToTrash" target="manager" check_type="comment" check_var="comment_srl" />
<permission action="procCommentAdminDeleteChecked" target="manager" check_type="comment" check_var="cart" />
</permissions>
<actions>
<action name="getCommentMenu" type="model" />
<action name="dispCommentDeclare" type="view" />
<action name="getCommentMenu" type="model" />
<action name="getCommentVotedMemberList" type="model" />
<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" />
<action name="getCommentVotedMemberList" type="model" />
<action name="isModuleUsingPublishValidation" type="controller" />
<!-- admin -->
<action name="procCommentGetList" type="controller" />
<action name="procCommentInsertModuleConfig" type="controller" ruleset="insertCommentModuleConfig" />
<action name="isModuleUsingPublishValidation" type="controller" />
<action name="dispCommentAdminList" type="view" admin_index="true" menu_name="comment" menu_index="true" />
<action name="dispCommentAdminDeclared" type="view" menu_name="comment" />
<action name="dispCommentAdminDeclaredLogByCommentSrl" type="view" menu_name="comment" />
<action name="procCommentAdminChangeStatus" type="controller"/>
<action name="procCommentAdminChangePublishedStatusChecked" type="controller" />
<action name="dispCommentAdminDeclared" type="view" menu_name="comment" />
<action name="procCommentAdminCancelDeclare" type="controller" />
<action name="dispCommentAdminDeclaredLogByCommentSrl" type="view" menu_name="comment" />
<action name="procCommentAdminAddCart" type="controller" />
<action name="procCommentAdminDeleteChecked" type="controller" ruleset="deleteChecked" />
<action name="procCommentAdminMoveToTrash" type="controller" />