refactor: changed the get workspaces by user logic

This commit is contained in:
2026-07-07 15:53:18 +03:30
parent a22d6ceb81
commit 29d647556c
3 changed files with 11 additions and 23 deletions
+3 -1
View File
@@ -26,8 +26,10 @@ export enum PermissionEnum {
DMAIL = 'dmail',
RESELLER="reseller",
WORKSPACE="workspace",
VIEW_ALL_WORKSPACES="view_all_workspaces",
PROJECT="project",
TASK_PHASE="task_phase",
VIEW_ALL_PROJECTS="view_all_projects",
TASK="task",
TASK_PHASE="task_phase",
REMARK="remark"
}