File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1160,10 +1160,12 @@ <h2 class="anchor-container">
1160
1160
</ div >
1161
1161
< div class ="col-9 py-2 ">
1162
1162
< div >
1163
+ < span class ="badge badge-primary " title ="Allowed Project Role "> manager</ span >
1164
+ < span class ="badge badge-primary " title ="Allowed Project Role "> account_manager</ span >
1163
1165
< span class ="badge badge-primary " title ="Allowed Project Role "> program_manager</ span >
1166
+ < span class ="badge badge-primary " title ="Allowed Project Role "> account_executive</ span >
1164
1167
< span class ="badge badge-primary " title ="Allowed Project Role "> solution_architect</ span >
1165
1168
< span class ="badge badge-primary " title ="Allowed Project Role "> project_manager</ span >
1166
- < span class ="badge badge-primary " title ="Allowed Project Role "> manager</ span >
1167
1169
< span class ="badge badge-primary " title ="Allowed Project Role "> copilot</ span >
1168
1170
</ div >
1169
1171
Original file line number Diff line number Diff line change @@ -565,10 +565,7 @@ export const PERMISSION = { // eslint-disable-line import/prefer-default-export
565
565
} ,
566
566
topcoderRoles : TOPCODER_ROLES_ADMINS ,
567
567
projectRoles : [
568
- PROJECT_MEMBER_ROLE . PROGRAM_MANAGER ,
569
- PROJECT_MEMBER_ROLE . SOLUTION_ARCHITECT ,
570
- PROJECT_MEMBER_ROLE . PROJECT_MANAGER ,
571
- PROJECT_MEMBER_ROLE . MANAGER ,
568
+ ...PROJECT_ROLES_MANAGEMENT ,
572
569
PROJECT_MEMBER_ROLE . COPILOT ,
573
570
] ,
574
571
} ,
You can’t perform that action at this time.
0 commit comments