Fix tasks not disappearing from the kanban board when moving them between lists
This commit is contained in:
@ -679,6 +679,7 @@ export default {
|
||||
changeList(list) {
|
||||
this.task.listId = list.id
|
||||
this.saveTask()
|
||||
this.$store.commit('kanban/removeTaskInBucket', this.task)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user