File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -308,9 +308,8 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
308
308
projectRoles : [
309
309
...PROJECT_ROLES_MANAGEMENT ,
310
310
PROJECT_MEMBER_ROLE . COPILOT ,
311
- USER_ROLE . PROJECT_MANAGER ,
312
311
] ,
313
- topcoderRoles : TOPCODER_ROLES_ADMINS ,
312
+ topcoderRoles : [ ... TOPCODER_ROLES_ADMINS , USER_ROLE . PROJECT_MANAGER ] ,
314
313
scopes : SCOPES_PROJECTS_READ_AVL_BILLING_ACCOUNTS ,
315
314
} ,
316
315
@@ -326,10 +325,10 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
326
325
projectRoles : [
327
326
...PROJECT_ROLES_MANAGEMENT ,
328
327
PROJECT_MEMBER_ROLE . COPILOT ,
329
- USER_ROLE . PROJECT_MANAGER ,
330
328
] ,
331
329
topcoderRoles : [
332
330
USER_ROLE . TOPCODER_ADMIN ,
331
+ USER_ROLE . PROJECT_MANAGER ,
333
332
] ,
334
333
scopes : SCOPES_PROJECTS_READ_BILLING_ACCOUNT_DETAILS ,
335
334
} ,
You can’t perform that action at this time.
0 commit comments