refactor: changed project functions logic of permissions

This commit is contained in:
2026-07-08 10:27:01 +03:30
parent 29d647556c
commit ff08da1330
6 changed files with 61 additions and 66 deletions
+2 -2
View File
@@ -25,9 +25,9 @@ export enum PermissionEnum {
DPAGE = "dpage",
DMAIL = 'dmail',
RESELLER="reseller",
WORKSPACE="workspace",
WORKSPACE="workspace", // create, update, remove
VIEW_ALL_WORKSPACES="view_all_workspaces",
PROJECT="project",
PROJECT="project", // create, update, remove
VIEW_ALL_PROJECTS="view_all_projects",
TASK="task",
TASK_PHASE="task_phase",