Fix sorting for bucktes
This commit is contained in:
parent
9efa699e7b
commit
6df3e39c0a
@ -167,7 +167,7 @@ func (b *Bucket) ReadAll(s *xorm.Session, auth web.Auth, search string, page int
|
||||
opts.sortby = []*sortParam{
|
||||
{
|
||||
orderBy: orderAscending,
|
||||
sortBy: taskPropertyPosition,
|
||||
sortBy: taskPropertyKanbanPosition,
|
||||
},
|
||||
}
|
||||
opts.page = page
|
||||
|
Loading…
x
Reference in New Issue
Block a user