We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a6968 commit aacdb95Copy full SHA for aacdb95
src/config/permissions.js
@@ -187,7 +187,7 @@ export default {
187
description: 'Invite new members or delete them. There are some additional restrictions for some roles.',
188
},
189
projectRoles: [
190
- ...PROJECT_NON_CUSTOMER_MEMBERS
+ ..._.difference(TOPCODER_ALL, [ROLE_TOPCODER_USER, ROLE_CONNECT_COPILOT])
191
],
192
topcoderRoles: [
193
...TOPCODER_ADMINS
@@ -301,9 +301,9 @@ export default {
301
ROLE_CONNECT_MANAGER,
302
ROLE_CONNECT_ACCOUNT_MANAGER,
303
ROLE_CONNECT_COPILOT_MANAGER
304
- ],
+ ],
305
306
-
+
307
SEE_MY_PROJECTS_FILTER: {
308
_meta: {
309
group: 'My Projects Filter',
0 commit comments