refactor: changed project functions logic of permissions
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user