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",
|
"hex_color",
|
||||||
"parent_project_id",
|
"parent_project_id",
|
||||||
"position",
|
"position",
|
||||||
|
"done_bucket_id",
|
||||||
|
"default_bucket_id",
|
||||||
}
|
}
|
||||||
if project.Description != "" {
|
if project.Description != "" {
|
||||||
colsToUpdate = append(colsToUpdate, "description")
|
colsToUpdate = append(colsToUpdate, "description")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user