#226 member, communication 모듈의 독립적으로 실행되어야 하는 action에 standalone 속성 추가.

This commit is contained in:
bnu 2013-12-28 16:52:14 +09:00
parent 2b4650ec34
commit aaaa688b00
2 changed files with 102 additions and 102 deletions

View file

@ -3,28 +3,28 @@
<grants />
<permissions />
<actions>
<action name="dispCommunicationMessages" type="view" />
<action name="dispCommunicationSendMessage" type="view" />
<action name="dispCommunicationNewMessage" type="view" />
<action name="dispCommunicationMessages" type="view" standalone="true" />
<action name="dispCommunicationSendMessage" type="view" standalone="true" />
<action name="dispCommunicationNewMessage" type="view" standalone="true" />
<action name="dispCommunicationFriend" type="view" />
<action name="dispCommunicationAddFriend" type="view" />
<action name="dispCommunicationAddFriendGroup" type="view" />
<action name="dispCommunicationMessageBoxList" type="mobile" />
<action name="dispCommunicationFriend" type="view" standalone="true" />
<action name="dispCommunicationAddFriend" type="view" standalone="true" />
<action name="dispCommunicationAddFriendGroup" type="view" standalone="true" />
<action name="dispCommunicationMessageBoxList" type="mobile" standalone="true" />
<action name="procCommunicationUpdateAllowMessage" type="controller" />
<action name="procCommunicationSendMessage" type="controller" ruleset="sendMessage" />
<action name="procCommunicationStoreMessage" type="controller" />
<action name="procCommunicationDeleteMessage" type="controller" />
<action name="procCommunicationDeleteMessages" type="controller" />
<action name="procCommunicationUpdateAllowMessage" type="controller" standalone="true" />
<action name="procCommunicationSendMessage" type="controller" ruleset="sendMessage" standalone="true" />
<action name="procCommunicationStoreMessage" type="controller" standalone="true" />
<action name="procCommunicationDeleteMessage" type="controller" standalone="true" />
<action name="procCommunicationDeleteMessages" type="controller" standalone="true" />
<action name="procCommunicationAddFriend" type="controller" ruleset="addFriend" />
<action name="procCommunicationMoveFriend" type="controller" ruleset="deleteCheckedFriend" />
<action name="procCommunicationDeleteFriend" type="controller" ruleset="deleteCheckedFriend" />
<action name="procCommunicationAddFriend" type="controller" ruleset="addFriend" standalone="true" />
<action name="procCommunicationMoveFriend" type="controller" ruleset="deleteCheckedFriend" standalone="true" />
<action name="procCommunicationDeleteFriend" type="controller" ruleset="deleteCheckedFriend" standalone="true" />
<action name="procCommunicationAddFriendGroup" type="controller" ruleset="addFriendGroup" />
<action name="procCommunicationRenameFriendGroup" type="controller" />
<action name="procCommunicationDeleteFriendGroup" type="controller" />
<action name="procCommunicationAddFriendGroup" type="controller" ruleset="addFriendGroup" standalone="true" />
<action name="procCommunicationRenameFriendGroup" type="controller" standalone="true" />
<action name="procCommunicationDeleteFriendGroup" type="controller" standalone="true" />
<action name="getCommunicationAdminColorset" type="model" />
<action name="procCommunicationAdminInsertConfig" type="controller" ruleset="insertConfig" />