webdav: Return other status codes than 500 #3065
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "das_j/vikunja:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This allows WebDav clients to behave properly. In particular, DavX5 will
error out on syncing the collections list rather than removing deleted
projects from its local cache, as reported in
https://community.vikunja.io/t/deleting-a-project-breaks-caldav/3315/3
@ -70,3 +74,3 @@
storage.task, err = caldav2.ParseTaskFromVTODO(vtodo)
if err != nil {
return echo.ErrInternalServerError.SetInternal(err)
return models.ErrInvalidData{Message: "Invalid task"}
Can you log the error?
397a89fff8
to12fa2e4651
Thanks! Merging when the CI passes.
Hi das_j!
Thank you for creating a PR!
I've deployed the frontend changes of this PR on a preview environment under this URL: https://3065-main--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.
This preview does not contain any changes made to the api, only the frontend.
Have a nice day!