mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[Bug]: Project gets automatically locked even when left unlocked by the user #871
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 @PrabhatDagar on GitHub (Nov 27, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Microsoft Edge
Current behavior
When a user leaves a project in an unlocked state and navigates back to the home page, the project unexpectedly becomes locked. When the user clicks on the project again from the home page, it appears as locked, even though the user did not manually lock it before leaving.
This behaviour can confuse users and interrupts the normal workflow, as the project state is not being preserved correctly.
Before
After
Desired behavior
The project should remain in the same state as the user left it.
If the user leaves the project unlocked, it should still be unlocked when they return from the home page.
Steps to reproduce
-Go to the project
Other information
No response
@PrabhatDagar commented on GitHub (Nov 27, 2025):
@meltyshev Hi, do you think this could be marked as a “good first issue” as it seems beginner-friendly and well-scoped?
@meltyshev commented on GitHub (Nov 27, 2025):
Hey! We actually did it that way on purpose, but I totally get that it can be annoying - especially if you're trying to edit things across multiple projects. I'll first check if it's okay to make it always keep the state, or maybe we could add a user setting for that...
@dahamsta commented on GitHub (Jan 20, 2026):
Is it possible to disable locking, temporarily or permanantly? My Planka install is single user, it's really not needed.