Fix navigating to card without assigned users
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -227,6 +227,8 @@ export default {
|
|||||||
|
|
||||||
if (this.currentCard.assignedUsers.length > 0) {
|
if (this.currentCard.assignedUsers.length > 0) {
|
||||||
this.assignedUsers = this.currentCard.assignedUsers.map((item) => item.participant)
|
this.assignedUsers = this.currentCard.assignedUsers.map((item) => item.participant)
|
||||||
|
} else {
|
||||||
|
this.assignedUsers = []
|
||||||
}
|
}
|
||||||
|
|
||||||
this.desc = this.currentCard.description
|
this.desc = this.currentCard.description
|
||||||
|
|||||||
Reference in New Issue
Block a user