feat: Show assignee name in folders view (#3933)
This commit is contained in:
@@ -245,7 +245,10 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
showAssigneeInConversationCard() {
|
showAssigneeInConversationCard() {
|
||||||
return this.activeAssigneeTab === wootConstants.ASSIGNEE_TYPE.ALL;
|
return (
|
||||||
|
this.hasAppliedFiltersOrActiveFolders ||
|
||||||
|
this.activeAssigneeTab === wootConstants.ASSIGNEE_TYPE.ALL
|
||||||
|
);
|
||||||
},
|
},
|
||||||
inbox() {
|
inbox() {
|
||||||
return this.$store.getters['inboxes/getInbox'](this.activeInbox);
|
return this.$store.getters['inboxes/getInbox'](this.activeInbox);
|
||||||
|
|||||||
Reference in New Issue
Block a user