feat: correct create projectgrant usergrant (#389)

* feat: correct create projectgrant usergrant

* fix: remove orgid in frontend
This commit is contained in:
Fabi
2020-07-08 11:24:34 +02:00
committed by GitHub
parent c621fdee41
commit 5e42ff2bb8
6 changed files with 14034 additions and 13441 deletions

View File

@@ -259,7 +259,6 @@ export class MgmtUserService {
roleNamesList: string[],
): Promise<UserGrant> {
const req = new ProjectGrantUserGrantCreate();
req.setOrgId(orgId);
req.setProjectId(projectId);
req.setProjectGrantId(grantId);
req.setUserId(userId);