fix(projects): save done and default bucket when updating project
This commit is contained in:
parent
60bd5c8a79
commit
0e32d478d1
@ -783,6 +783,8 @@ func UpdateProject(s *xorm.Session, project *Project, auth web.Auth, updateProje
|
||||
"hex_color",
|
||||
"parent_project_id",
|
||||
"position",
|
||||
"done_bucket_id",
|
||||
"default_bucket_id",
|
||||
}
|
||||
if project.Description != "" {
|
||||
colsToUpdate = append(colsToUpdate, "description")
|
||||
|
Loading…
x
Reference in New Issue
Block a user