Skip to content

Commit 490ba8f

Browse files
committed
Add observer role to project matrix
1 parent 22782e1 commit 490ba8f

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
@@ -708,6 +708,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
708708
*/
709709
export const PROJECT_TO_TOPCODER_ROLES_MATRIX = {
710710
[PROJECT_MEMBER_ROLE.CUSTOMER]: _.values(USER_ROLE),
711+
[PROJECT_MEMBER_ROLE.OBSERVER]: _.values(USER_ROLE),
711712
[PROJECT_MEMBER_ROLE.MANAGER]: [
712713
USER_ROLE.TOPCODER_ADMIN,
713714
USER_ROLE.CONNECT_ADMIN,

0 commit comments

Comments
 (0)