1
0

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

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