1
0

fix(tasks): allow sorting by task index

This commit is contained in:
kolaente
2022-11-09 14:43:31 +01:00
parent 15828df041
commit a9e6776abf
3 changed files with 5 additions and 3 deletions

View File

@ -46,6 +46,7 @@ const (
taskPropertyPosition string = "position"
taskPropertyKanbanPosition string = "kanban_position"
taskPropertyBucketID string = "bucket_id"
taskPropertyIndex string = "index"
)
const (