fix(tasks): allow sorting by task index
This commit is contained in:
@ -74,7 +74,8 @@ func validateTaskField(fieldName string) error {
|
||||
taskPropertyUpdated,
|
||||
taskPropertyPosition,
|
||||
taskPropertyKanbanPosition,
|
||||
taskPropertyBucketID:
|
||||
taskPropertyBucketID,
|
||||
taskPropertyIndex:
|
||||
return nil
|
||||
}
|
||||
return ErrInvalidTaskField{TaskField: fieldName}
|
||||
|
Reference in New Issue
Block a user