1
0

fix(views): make setting task position in saved filters work

This commit is contained in:
kolaente
2024-03-16 14:50:09 +01:00
parent e1774cc49a
commit 7368a51f18
5 changed files with 92 additions and 58 deletions

View File

@ -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