From 0e1904d50b8576a2e9ea5812314aa3c8f304edb5 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 2 Oct 2022 12:18:00 +0200 Subject: [PATCH] fix: make cover image id actually updatable --- pkg/models/tasks.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/models/tasks.go b/pkg/models/tasks.go index 42dc80897c..2596b453e8 100644 --- a/pkg/models/tasks.go +++ b/pkg/models/tasks.go @@ -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