This commit is contained in:
@@ -54,6 +54,10 @@ func Project(g *gin.RouterGroup, db database.Database) {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if project.Active && project.StatusTag != nil {
|
||||
project.StatusTag = nil
|
||||
}
|
||||
|
||||
return &models.ProjectResult{
|
||||
Project: project,
|
||||
Tasks: []*models.TaskResult{},
|
||||
|
||||
Reference in New Issue
Block a user