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

@ -74,7 +74,8 @@ func validateTaskField(fieldName string) error {
taskPropertyUpdated,
taskPropertyPosition,
taskPropertyKanbanPosition,
taskPropertyBucketID:
taskPropertyBucketID,
taskPropertyIndex:
return nil
}
return ErrInvalidTaskField{TaskField: fieldName}