Boards won't delete #119

Closed
opened 2026-02-04 17:17:53 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @bdelwood on GitHub (Aug 2, 2021).

When I try to delete a board, it will disappear in the UI until I refresh the page.

The server logs give

error: Sending 500 ("Server Error") response:
 ReferenceError: currentUser is not defined
    at Object.fn (/app/api/controllers/boards/delete.js:32:7)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

Planka v1.0.0-beta
OS: Arch, kernel 5.13.6
Docker v20.10.7

Originally created by @bdelwood on GitHub (Aug 2, 2021). When I try to delete a board, it will disappear in the UI until I refresh the page. The server logs give ``` error: Sending 500 ("Server Error") response: ReferenceError: currentUser is not defined at Object.fn (/app/api/controllers/boards/delete.js:32:7) at processTicksAndRejections (internal/process/task_queues.js:95:5) ``` Planka v1.0.0-beta OS: Arch, kernel 5.13.6 Docker v20.10.7
OVERLORD added the bug label 2026-02-04 17:17:53 +03:00
Author
Owner

@meltyshev commented on GitHub (Aug 2, 2021):

Thanks for reporting this! I just forgot to define the variable...

@meltyshev commented on GitHub (Aug 2, 2021): Thanks for reporting this! I just forgot to define the variable...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#119