mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 18:17:32 -05:00
403 Forbidden when adding Label in Share Link #216
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @smith3d on GitHub (Apr 15, 2024).
Description
Tested with Read and Write / Admin Permission
When adding Label to it.
Request URL:
https://try.vikunja.io/api/v1/labels
Request Method:
PUT
Status Code:
403 Forbidden
Referrer Policy:
strict-origin-when-cross-origin
https://try.vikunja.io/tasks/71#share-auth-token=pmX3ztBJqwizk8K8DKNMQZa9jL8qmaopBRBfyfyf
Vikunja Version
Version: v0.23.0
Browser and version
Chrome, Edge
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
@kolaente commented on GitHub (Apr 15, 2024):
Are you able to add existing labels?
@smith3d commented on GitHub (Apr 15, 2024):
unable too. same thing happens.
@kolaente commented on GitHub (Apr 21, 2024):
Fixed in
574c7f218e, please check with the next unstable build (should be ready for deployment in ~45min, also on try).It is now possible to add existing labels to a task when authenticated as a link share. Creating labels as a link share is not possible, but that's by design (for now).
@smith3d commented on GitHub (Apr 29, 2024):
thanks working perfectly.