File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1107,7 +1107,6 @@ <h2 class="anchor-container">
11071107 </ div >
11081108 < div class ="col-9 py-2 ">
11091109 < div >
1110- < span class ="badge badge-primary " title ="Allowed Project Role "> customer</ span >
11111110 < span class ="badge badge-primary " title ="Allowed Project Role "> copilot</ span >
11121111 < span class ="badge badge-primary " title ="Allowed Project Role "> manager</ span >
11131112 < span class ="badge badge-primary " title ="Allowed Project Role "> account_manager</ span >
Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ export const PERMISSIONS = {
684684 title : 'View Project Defaults Tab' ,
685685 } ,
686686 projectRoles : [
687- ..._ . difference ( PROJECT_ALL , PROJECT_ROLE_CUSTOMER )
687+ ..._ . difference ( PROJECT_ALL , [ PROJECT_ROLE_CUSTOMER ] )
688688 ] ,
689689 topcoderRoles : [
690690 ...TOPCODER_ADMINS ,
You can’t perform that action at this time.
0 commit comments