Skip to content

Commit 2d04a30

Browse files
committed
fix: Project Defaults access permission
ref issue #4297
1 parent 020698e commit 2d04a30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/permissions.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

src/config/permissions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)