fix(views): make setting task position in saved filters work
This commit is contained in:
@ -303,7 +303,7 @@ func createProjectView(s *xorm.Session, p *ProjectView, a web.Auth, createBacklo
|
||||
}
|
||||
}
|
||||
|
||||
return RecalculateTaskPositions(s, p)
|
||||
return RecalculateTaskPositions(s, p, a)
|
||||
}
|
||||
|
||||
// Update is the handler to update a project view
|
||||
|
Reference in New Issue
Block a user