From fde931eaf4540ff5ec42cbdb7feed73469efc880 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 11 Aug 2021 23:16:46 +0200 Subject: [PATCH] Fix comment on different task after clicking on a task notification --- src/components/tasks/partials/comments.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/tasks/partials/comments.vue b/src/components/tasks/partials/comments.vue index a8e0e88896..aed70c4e8a 100644 --- a/src/components/tasks/partials/comments.vue +++ b/src/components/tasks/partials/comments.vue @@ -208,6 +208,9 @@ export default { watch: { taskId() { this.loadComments() + this.newComment.taskId = this.taskId + this.commentEdit.taskId = this.taskId + this.commentToDelete.taskId = this.taskId }, canWrite() { this.makeActions()