Assign user from edit task menu does not work #1724

Closed
opened 2026-03-22 13:30:07 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @jd1123 on GitHub (Sep 16, 2020).

I am experiencing an issue with the frontend of Vikunja. When I use the "edit task" menu to assign a user, this fails. The console reports the following two errors upon triggering this:

Could not add assignee to task in kanban, task not found Object { bucketIndex: null, taskIndex: null, task: null } app.e6497677.js:1:45839
This browser does not support triggered notifications app.e6497677.js:1:213568

This happens with both Firefox and Chromium. However, I am able to assign users by clicking on a task and clicking the "Assign This Task To A User" button on the right.

I am running Vikunja in docker behind an nginx reverse proxy. Apologies if I'm missing any pertinent info in this bug report.

Originally created by @jd1123 on GitHub (Sep 16, 2020). I am experiencing an issue with the frontend of Vikunja. When I use the "edit task" menu to assign a user, this fails. The console reports the following two errors upon triggering this: ``` Could not add assignee to task in kanban, task not found Object { bucketIndex: null, taskIndex: null, task: null } app.e6497677.js:1:45839 This browser does not support triggered notifications app.e6497677.js:1:213568 ``` This happens with both Firefox and Chromium. However, I am able to assign users by clicking on a task and clicking the "Assign This Task To A User" button on the right. I am running Vikunja in docker behind an nginx reverse proxy. Apologies if I'm missing any pertinent info in this bug report.
GiteaMirror added the bug label 2026-03-22 13:30:07 -05:00
Author
Owner

@kolaente commented on GitHub (Sep 16, 2020):

What version of the frontend and API are you running? There should be a console message for the frontend version and you can get the API version from the /api/v1/info endpoint.

Can you reproduce this bug on https://try.vikunja.io?

@kolaente commented on GitHub (Sep 16, 2020): What version of the frontend and API are you running? There should be a console message for the frontend version and you can get the API version from the `/api/v1/info` endpoint. Can you reproduce this bug on https://try.vikunja.io?
Author
Owner

@jd1123 commented on GitHub (Sep 17, 2020):

I was able to reproduce this bug on https://try.vikunja.io, both in Firefox and Chromium. However, I do not get the console output that I did on my local copy.

Here is the dump from /api/v1/info:

{
  "version": "v0.14.0+87-6bdddd462a",
  "frontend_url": "",
  "motd": "",
  "link_sharing_enabled": true,
  "max_file_size": "20MB",
  "registration_enabled": true,
  "available_migrators": null,
  "task_attachments_enabled": true,
  "enabled_background_providers": [
    "upload"
  ],
  "totp_enabled": true,
  "legal": {
    "imprint_url": "",
    "privacy_policy_url": ""
  },
  "caldav_enabled": true
}

Frontend version:

Vikunja frontend version 0.14.0+106-9ef1b67e72
@jd1123 commented on GitHub (Sep 17, 2020): I was able to reproduce this bug on https://try.vikunja.io, both in Firefox and Chromium. However, I do not get the console output that I did on my local copy. Here is the dump from /api/v1/info: ``` { "version": "v0.14.0+87-6bdddd462a", "frontend_url": "", "motd": "", "link_sharing_enabled": true, "max_file_size": "20MB", "registration_enabled": true, "available_migrators": null, "task_attachments_enabled": true, "enabled_background_providers": [ "upload" ], "totp_enabled": true, "legal": { "imprint_url": "", "privacy_policy_url": "" }, "caldav_enabled": true } ``` Frontend version: ``` Vikunja frontend version 0.14.0+106-9ef1b67e72 ```
Author
Owner

@kolaente commented on GitHub (Sep 21, 2020):

I'll take a look. Just to be sure: you've used the pencil icon from the task list to edit the task, not the task detail view?

@kolaente commented on GitHub (Sep 21, 2020): I'll take a look. Just to be sure: you've used the pencil icon from the task list to edit the task, not the task detail view?
Author
Owner

@kolaente commented on GitHub (Dec 15, 2020):

Ping @jd1123 Is this still an issue? Just to be sure: you've used the pencil icon from the task list to edit the task, not the task detail view?

@kolaente commented on GitHub (Dec 15, 2020): Ping @jd1123 Is this still an issue? Just to be sure: you've used the pencil icon from the task list to edit the task, not the task detail view?
Author
Owner

@kolaente commented on GitHub (Mar 6, 2021):

Closing due to lack of activity, feel free to reopen if the issue persists.

@kolaente commented on GitHub (Mar 6, 2021): Closing due to lack of activity, feel free to reopen if the issue persists.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1724