feat(views): sort tasks by their position relative to the view they're in
This commit is contained in:
@ -200,8 +200,9 @@ func GetTasksInBucketsForView(s *xorm.Session, view *ProjectView, opts *taskSear
|
||||
|
||||
opts.sortby = []*sortParam{
|
||||
{
|
||||
orderBy: orderAscending,
|
||||
sortBy: taskPropertyPosition,
|
||||
projectViewID: view.ProjectID,
|
||||
orderBy: orderAscending,
|
||||
sortBy: taskPropertyPosition,
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user