Fix comment on different task after clicking on a task notification

This commit is contained in:
kolaente 2021-08-11 23:16:46 +02:00
parent bf053051f8
commit fde931eaf4
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -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()