Skip to content

Commit a06be1a

Browse files
committed
fix: allow project managers to see a project
1 parent deb4857 commit a06be1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/permissions/constants.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
191191
topcoderRoles: [
192192
...TOPCODER_ROLES_ADMINS,
193193
USER_ROLE.MANAGER,
194+
USER_ROLE.PROJECT_MANAGER,
194195
],
195196
projectRoles: ALL,
196197
scopes: SCOPES_PROJECTS_READ,

0 commit comments

Comments
 (0)