1
0

fix(task): pass a list specified via quick add magic down to all subtasks created via indention

Resolves https://kolaente.dev/vikunja/frontend/issues/2771
This commit is contained in:
kolaente
2022-12-02 18:39:52 +01:00
parent 83fb8c3ded
commit b2da4fd126
5 changed files with 44 additions and 4 deletions

View File

@ -437,6 +437,7 @@ export const useTaskStore = defineStore('task', () => {
addLabelsToTask,
createNewTask,
setCoverImage,
findListId,
}
})