Skip to content

Commit 529c14e

Browse files
committed
Fix for project editing permissions of customer roles
https://topcoder.atlassian.net/browse/TSJR-351
1 parent 7d961be commit 529c14e

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
@@ -219,6 +219,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
219219
projectRoles: [
220220
...PROJECT_ROLES_MANAGEMENT,
221221
PROJECT_MEMBER_ROLE.COPILOT,
222+
PROJECT_MEMBER_ROLE.CUSTOMER,
222223
],
223224
scopes: SCOPES_PROJECTS_WRITE,
224225
},

0 commit comments

Comments
 (0)