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:
parent
895d9613b5
commit
28ec44c91f
3 changed files with 35 additions and 3 deletions
|
|
@ -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 a new issue