Skip to content

Commit 24d7bba

Browse files
committed
Add tgadmin as an admin role to allow for Topgear editing all projects
https://topcoder.atlassian.net/browse/PROD-4152
1 parent 8b8910f commit 24d7bba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ export const USER_ROLE = {
6565
SOLUTION_ARCHITECT: 'Solution Architect',
6666
PROJECT_MANAGER: 'Project Manager',
6767
TOPCODER_USER: 'Topcoder User',
68+
TG_ADMIN: 'tgadmin'
6869
};
6970

70-
export const ADMIN_ROLES = [USER_ROLE.CONNECT_ADMIN, USER_ROLE.TOPCODER_ADMIN];
71+
export const ADMIN_ROLES = [USER_ROLE.CONNECT_ADMIN, USER_ROLE.TOPCODER_ADMIN, USER_ROLE.TG_ADMIN];
7172

7273
export const MANAGER_ROLES = [
7374
...ADMIN_ROLES,

0 commit comments

Comments
 (0)