1
0

fix(views): import

This commit is contained in:
kolaente
2024-03-19 00:24:26 +01:00
parent 8b90eb4a15
commit f3cdd7d15f
4 changed files with 62 additions and 5 deletions

View File

@ -422,5 +422,12 @@ func CreateDefaultViewsForProject(s *xorm.Session, project *Project, a web.Auth,
return
}
project.Views = []*ProjectView{
list,
gantt,
table,
kanban,
}
return
}