1
0

Fix tasks not disappearing from the kanban board when moving them between lists

This commit is contained in:
kolaente
2021-02-20 15:35:30 +01:00
parent 08dcc77228
commit 8e2dfcffd5
2 changed files with 35 additions and 0 deletions

View File

@ -679,6 +679,7 @@ export default {
changeList(list) {
this.task.listId = list.id
this.saveTask()
this.$store.commit('kanban/removeTaskInBucket', this.task)
},
},
}