go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
1.02k stars 71 forks source link

Marking a task done through the api removes the cover image #361

Closed bthornton191 closed 4 hours ago

bthornton191 commented 23 hours ago

Description

No response

Vikunja Version

v0.24.4

Browser and version

No response

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Initial

image

Api Call

image

After api call

image

kolaente commented 4 hours ago

Seems like you didn't pass the cover image in your update request. That's interpreted as "remove the cover image" - and other properties, like the description.

Due to limitations in Go, we don't have a way to reliably check if you didn't pass the value or reset it.