Fix tasks not disappearing from the kanban board when moving them between lists
This commit is contained in:
parent
08dcc77228
commit
8e2dfcffd5
2 changed files with 35 additions and 0 deletions
|
|
@ -679,6 +679,7 @@ export default {
|
|||
changeList(list) {
|
||||
this.task.listId = list.id
|
||||
this.saveTask()
|
||||
this.$store.commit('kanban/removeTaskInBucket', this.task)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue