fix: make cover image id actually updatable
This commit is contained in:
parent
b4b25499f2
commit
0e1904d50b
1 changed files with 1 additions and 0 deletions
|
@ -1042,6 +1042,7 @@ func (t *Task) Update(s *xorm.Session, a web.Auth) (err error) {
|
|||
"position",
|
||||
"repeat_mode",
|
||||
"kanban_position",
|
||||
"cover_image_attachment_id",
|
||||
}
|
||||
|
||||
// If the task is being moved between lists, make sure to move the bucket + index as well
|
||||
|
|
Loading…
Reference in a new issue