We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d61ed77 + f63e875 commit e149c9aCopy full SHA for e149c9a
src/permissions/constants.js
@@ -309,7 +309,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
309
...PROJECT_ROLES_MANAGEMENT,
310
PROJECT_MEMBER_ROLE.COPILOT,
311
],
312
- topcoderRoles: TOPCODER_ROLES_ADMINS,
+ topcoderRoles: [...TOPCODER_ROLES_ADMINS, USER_ROLE.PROJECT_MANAGER],
313
scopes: SCOPES_PROJECTS_READ_AVL_BILLING_ACCOUNTS,
314
},
315
@@ -328,6 +328,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
328
329
topcoderRoles: [
330
USER_ROLE.TOPCODER_ADMIN,
331
+ USER_ROLE.PROJECT_MANAGER,
332
333
scopes: SCOPES_PROJECTS_READ_BILLING_ACCOUNT_DETAILS,
334
0 commit comments