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

View File

@ -208,6 +208,9 @@ export default {
watch: { watch: {
taskId() { taskId() {
this.loadComments() this.loadComments()
this.newComment.taskId = this.taskId
this.commentEdit.taskId = this.taskId
this.commentToDelete.taskId = this.taskId
}, },
canWrite() { canWrite() {
this.makeActions() this.makeActions()