Skip to content

Commit 9208df2

Browse files
authored
Merge pull request #743 from topcoder-platform/develop
Fix for customers not able to add files to the asset library.
2 parents 458539a + c4cdc5c commit 9208df2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/permissions/constants.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
597597
projectRoles: [
598598
...PROJECT_ROLES_MANAGEMENT,
599599
PROJECT_MEMBER_ROLE.COPILOT,
600+
PROJECT_MEMBER_ROLE.CUSTOMER,
600601
],
601602
scopes: SCOPES_PROJECTS_WRITE,
602603
},
@@ -632,6 +633,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
632633
projectRoles: [
633634
...PROJECT_ROLES_MANAGEMENT,
634635
PROJECT_MEMBER_ROLE.COPILOT,
636+
PROJECT_MEMBER_ROLE.CUSTOMER,
635637
],
636638
scopes: SCOPES_PROJECTS_WRITE,
637639
},
@@ -656,6 +658,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
656658
projectRoles: [
657659
...PROJECT_ROLES_MANAGEMENT,
658660
PROJECT_MEMBER_ROLE.COPILOT,
661+
PROJECT_MEMBER_ROLE.CUSTOMER,
659662
],
660663
scopes: SCOPES_PROJECTS_WRITE,
661664
},

0 commit comments

Comments
 (0)