1
0

fix(tasks): don't load tasks multiple times when viewing list or gantt view

This commit is contained in:
kolaente
2024-01-26 21:33:20 +01:00
parent 3c1041902e
commit 78d4a518a3
2 changed files with 6 additions and 3 deletions

View File

@ -300,7 +300,7 @@ function prepareFiltersAndLoadTasks() {
sortByParam.value = {}
sortByParam.value[ALPHABETICAL_SORT] = 'asc'
}
loadTasks()
}
</script>