Assignee field like Jira #2452 , in progress.

In add assignee popup, avatars are now visible.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-11-05 23:42:22 +02:00
parent ebdb3a0cc3
commit 56efb5c410

View file

@ -310,7 +310,7 @@ template(name="cardAssigneesPopup")
each board.activeMembers
li.item(class="{{#if isCardAssignee}}active{{/if}}")
a.name.js-select-assignee(href="#")
+userAvatarAssignee(userId=user._id)
+userAvatar(userId=user._id)
span.full-name
= user.profile.fullname
| (<span class="username">{{ user.username }}</span>)