Bladeren bron

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

Mohammed Nafees 4 jaren geleden
bovenliggende
commit
3e036a7395
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  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,
 			},
 			},
 		},
 		},
 	)
 	)