1
0

feat(views): return position when retriving tasks

This commit is contained in:
kolaente
2024-03-16 11:48:50 +01:00
parent 786e67f692
commit f364f3bec8
7 changed files with 35 additions and 11 deletions

View File

@ -274,7 +274,7 @@ func GetTasksInBucketsForView(s *xorm.Session, view *ProjectView, opts *taskSear
taskMap[t.ID] = t
}
err = addMoreInfoToTasks(s, taskMap, auth)
err = addMoreInfoToTasks(s, taskMap, auth, view)
if err != nil {
return nil, err
}