Sort Order for tasks (#110)
This commit is contained in:
parent
e890001ee1
commit
d8399e374c
22 changed files with 2080 additions and 994 deletions
|
|
@ -209,7 +209,6 @@ func getUserTaskIDs(u *User) (taskIDs []int64, err error) {
|
|||
tasks, _, _, err := getRawTasksForLists(lists, &taskOptions{
|
||||
startDate: time.Unix(0, 0),
|
||||
endDate: time.Unix(0, 0),
|
||||
sortby: SortTasksByUnsorted,
|
||||
page: -1,
|
||||
perPage: 0,
|
||||
})
|
||||
|
|
|
|||
Reference in a new issue