Adding labels does not work #1715

Closed
opened 2020-04-17 08:08:05 +00:00 by jonastheis · 3 comments

When adding a new label to a task either on /tasks/<task_id> or using the quick edit in a list the request is made to tasks/0/labels obviously resulting in a 404 saying that the task does not exist. The label itself is created if it doesn't exist.

Adding it manually via Postman works and it successfully shows the label afterwards in the frontend.

image

When adding a new label to a task either on `/tasks/<task_id>` or using the quick edit in a list the request is made to `tasks/0/labels` obviously resulting in a 404 saying that the task does not exist. The label itself is created if it doesn't exist. Adding it manually via Postman works and it successfully shows the label afterwards in the frontend. ![image](/attachments/5969fd0e-cd61-4970-92c3-eeb7cdfb82d2)
313 KiB
Owner

It seems like this is not happening on the first try. But I was able to reproduce it at all. I'll take a look.

It seems like this is not happening on the first try. But I was able to reproduce it at all. I'll take a look.
Owner

I've pushed a fix in e7c1c98c6a - a relase should be ready in a few minutes.

I've pushed a fix in https://kolaente.dev/vikunja/frontend/commit/e7c1c98c6a442e52ce5481e6ce799268b22b2ce4 - a relase should be ready in a few minutes.
Author

Works. Thanks!

Works. Thanks!
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1715
No description provided.