1
0

fix: task sorting by position in list view

Resolves https://kolaente.dev/vikunja/frontend/issues/2119
This commit is contained in:
kolaente
2022-07-13 16:24:50 +02:00
parent 4a8b7a726a
commit 99a5afc817
2 changed files with 6 additions and 5 deletions

View File

@ -214,7 +214,9 @@ export default defineComponent({
// isTaskEdit.value = false
// }
const taskList = useTaskList(toRef(props, 'listId'))
const taskList = useTaskList(toRef(props, 'listId'), {
position: 'asc',
})
return {
taskEditTask,