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
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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,