fix(views): make fetching tasks in kanban buckets through view actually work
This commit is contained in:
@ -358,10 +358,11 @@ func CreateDefaultViewsForProject(s *xorm.Session, project *Project, a web.Auth,
|
||||
}
|
||||
|
||||
kanban := &ProjectView{
|
||||
ProjectID: project.ID,
|
||||
Title: "Kanban",
|
||||
ViewKind: ProjectViewKindKanban,
|
||||
Position: 400,
|
||||
ProjectID: project.ID,
|
||||
Title: "Kanban",
|
||||
ViewKind: ProjectViewKindKanban,
|
||||
Position: 400,
|
||||
BucketConfigurationMode: BucketConfigurationModeManual,
|
||||
}
|
||||
err = kanban.Create(s, a)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user