Fix moving tasks in buckets

This commit is contained in:
kolaente 2020-04-20 18:08:20 +02:00
parent 1bd8348be7
commit 59037e4eee
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -682,6 +682,7 @@ func (t *Task) Update() (err error) {
"done_at_unix",
"percent_done",
"list_id",
"bucket_id",
).
Update(ot)
*t = ot