@@ -409,7 +409,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
409
409
group : 'Project Member' ,
410
410
description : 'Who can delete project members with "customer" role.' ,
411
411
} ,
412
- topcoderRoles : TOPCODER_ROLES_ADMINS ,
412
+ topcoderRoles : [ ... TOPCODER_ROLES_ADMINS , USER_ROLE . PROJECT_MANAGER ] ,
413
413
projectRoles : [
414
414
...PROJECT_ROLES_MANAGEMENT ,
415
415
PROJECT_MEMBER_ROLE . COPILOT ,
@@ -423,7 +423,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
423
423
group : 'Project Member' ,
424
424
description : 'Who can delete project members with some topcoder role like "manager" etc.' ,
425
425
} ,
426
- topcoderRoles : TOPCODER_ROLES_ADMINS ,
426
+ topcoderRoles : [ ... TOPCODER_ROLES_ADMINS , USER_ROLE . PROJECT_MANAGER ] ,
427
427
projectRoles : PROJECT_ROLES_MANAGEMENT ,
428
428
scopes : SCOPES_PROJECT_MEMBERS_WRITE ,
429
429
} ,
@@ -437,6 +437,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
437
437
topcoderRoles : [
438
438
...TOPCODER_ROLES_ADMINS ,
439
439
USER_ROLE . COPILOT_MANAGER ,
440
+ USER_ROLE . PROJECT_MANAGER ,
440
441
] ,
441
442
projectRoles : [
442
443
...PROJECT_ROLES_MANAGEMENT ,
0 commit comments