Add project locking to prevent accidental deletion #9135
sakinurrahman
started this conversation in
Feature Requests
Replies: 1 comment
-
|
What is the use of this? Coolify doesn't allow user to delete project if it has resource and we already have two step confirmation for project deletion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adds a lock/unlock toggle to projects. When a project is locked, it cannot be deleted until the user explicitly unlocks it first.
Changes:
Added is_locked column to projects table
Added lock/unlock toggle in project settings
Delete action is blocked with an error message when project is locked
Beta Was this translation helpful? Give feedback.
All reactions