1
0

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:
konrad
2020-04-18 12:35:37 +00:00
parent 895d9613b5
commit 28ec44c91f
3 changed files with 35 additions and 3 deletions

View File

@ -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 {