소스 검색

Merge branch 'nico/rbac-crud-operations' into dev

Mohammed Nafees 3 년 전
부모
커밋
3e036a7395
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      api/server/router/project.go

+ 2 - 1
api/server/router/project.go

@@ -396,8 +396,9 @@ func getProjectRoutes(
 				RelativePath: relPath + "/collaborators/{user_id}",
 				RelativePath: relPath + "/collaborators/{user_id}",
 			},
 			},
 			Scopes: []types.PermissionScope{
 			Scopes: []types.PermissionScope{
-				types.SettingsScope,
+				types.UserScope,
 				types.ProjectScope,
 				types.ProjectScope,
+				types.SettingsScope,
 			},
 			},
 		},
 		},
 	)
 	)