Enhancement: Ability to assign administrators as conversation assignees (#2142)

* Enhancement: Ability to assign administrators as conversation assignee

Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
This commit is contained in:
Sivin Varghese 2021-04-22 23:17:29 +05:30 committed by GitHub
parent 87078e1abf
commit 285f7bbeb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 178 additions and 5 deletions

View file

@ -63,7 +63,7 @@ export default {
watch: {
'currentChat.inbox_id'(inboxId) {
if (inboxId) {
this.$store.dispatch('inboxMembers/fetch', { inboxId });
this.$store.dispatch('inboxAssignableAgents/fetch', { inboxId });
}
},
},