From 3e8f9ef1a5275a5e9b691c7e74dc73b97a43689a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 2 Nov 2019 16:12:40 +0200 Subject: Assignee field like Jira #2452 , in progress. Added features: - Assignee can now be added and removed. - Avatar icon is at card and assignee details TODO: - When selecting new assignee (+) icon, list does not yet show avatars and names who to add. There is empty avatar without name. Thanks to xet7 ! --- models/cards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'models') diff --git a/models/cards.js b/models/cards.js index 78005b38..f454c72c 100644 --- a/models/cards.js +++ b/models/cards.js @@ -763,7 +763,7 @@ Cards.helpers({ return card.assignees; } else if (this.isLinkedBoard()) { const board = Boards.findOne({ _id: this.linkedId }); - return board.activeAssignees().map(assignee => { + return board.activeMembers().map(assignee => { return assignee.userId; }); } else { -- cgit v1.2.3-1-g7c22