Fix moving tasks in buckets
This commit is contained in:
parent
1bd8348be7
commit
59037e4eee
1 changed files with 1 additions and 0 deletions
|
@ -682,6 +682,7 @@ func (t *Task) Update() (err error) {
|
||||||
"done_at_unix",
|
"done_at_unix",
|
||||||
"percent_done",
|
"percent_done",
|
||||||
"list_id",
|
"list_id",
|
||||||
|
"bucket_id",
|
||||||
).
|
).
|
||||||
Update(ot)
|
Update(ot)
|
||||||
*t = ot
|
*t = ot
|
||||||
|
|
Loading…
Reference in a new issue