Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge to production #2478

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
feat: Add new system roles (#2475)
Adds new system roles: Developer Contributor, Access Admin

PR for adding them to legacy accounts:
zesty-io/accounts-ui#248
agalin920 authored Jul 24, 2024
commit 87e4da6a9957f21f5069da4af495ea30d88b35bf
16 changes: 16 additions & 0 deletions src/components/accounts/users/baseroles.js
Original file line number Diff line number Diff line change
@@ -47,4 +47,20 @@ export const baseroles = [
label: 'Contributor',
value: 'contributor',
},
{
ZUID: '31-71cfc74-d3vc0n',
desc: '',
name: '6 - Developer Contributor',
accessLevel: 6,
label: 'Developer Contributor',
value: 'developer-contributor',
},
{
ZUID: '31-71cfc74-4cc4dm13',
desc: '',
name: '7 - Access Admin',
accessLevel: 7,
label: 'Access Admin',
value: 'access-admin',
},
];