File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
364
364
group : 'Project Member' ,
365
365
description : 'Who can add themselves as project members.' ,
366
366
} ,
367
- topcoderRoles : TOPCODER_ROLES_MANAGERS_AND_ADMINS ,
367
+ topcoderRoles : [ ... TOPCODER_ROLES_MANAGERS_AND_ADMINS , USER_ROLE . PROJECT_MANAGER ] ,
368
368
scopes : SCOPES_PROJECT_MEMBERS_WRITE ,
369
369
} ,
370
370
@@ -374,7 +374,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
374
374
group : 'Project Member' ,
375
375
description : 'Who can add other users as project members.' ,
376
376
} ,
377
- topcoderRoles : TOPCODER_ROLES_ADMINS ,
377
+ topcoderRoles : [ ... TOPCODER_ROLES_ADMINS , USER_ROLE . PROJECT_MANAGER ] ,
378
378
scopes : SCOPES_PROJECT_MEMBERS_WRITE ,
379
379
} ,
380
380
You can’t perform that action at this time.
0 commit comments