chore: Assign to agent who create new message from contact panel (#3924)
This commit is contained in:
@@ -133,6 +133,7 @@ export default {
|
||||
...mapGetters({
|
||||
uiFlags: 'contacts/getUIFlags',
|
||||
conversationsUiFlags: 'contactConversations/getUIFlags',
|
||||
currentUser: 'getCurrentUser',
|
||||
}),
|
||||
getNewConversation() {
|
||||
return {
|
||||
@@ -141,6 +142,7 @@ export default {
|
||||
contactId: this.contact.id,
|
||||
message: { content: this.message },
|
||||
mailSubject: this.subject,
|
||||
assigneeId: this.currentUser.id,
|
||||
};
|
||||
},
|
||||
targetInbox: {
|
||||
|
||||
Reference in New Issue
Block a user