Fix sorting for bucktes

This commit is contained in:
kolaente 2021-07-27 17:42:00 +02:00
parent 9efa699e7b
commit 6df3e39c0a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ func (b *Bucket) ReadAll(s *xorm.Session, auth web.Auth, search string, page int
opts.sortby = []*sortParam{ opts.sortby = []*sortParam{
{ {
orderBy: orderAscending, orderBy: orderAscending,
sortBy: taskPropertyPosition, sortBy: taskPropertyKanbanPosition,
}, },
} }
opts.page = page opts.page = page