Add moving tasks between lists (#389)
Fix misspell Add moving tasks between lists Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/api/pulls/389
This commit is contained in:
@ -649,7 +649,9 @@ func (t *Task) Update() (err error) {
|
||||
"end_date_unix",
|
||||
"hex_color",
|
||||
"done_at_unix",
|
||||
"percent_done").
|
||||
"percent_done",
|
||||
"list_id",
|
||||
).
|
||||
Update(ot)
|
||||
*t = ot
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user