Skip to content

Commit

Permalink
Merge pull request #1136 from jefmoura/add-new-user-role
Browse files Browse the repository at this point in the history
Add SuperUser role option
  • Loading branch information
Rafael Muñoz Cárdenas authored Aug 23, 2018
2 parents 815c817 + 7803f1f commit a062295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

from search.utils import ElasticsearchIndexer

ROLE_SUPER_USER = 'SuperUser'
ROLE_ORGANIZATION_ADMIN = 'OrgAdmin'
ROLE_PROGRAM_ADMIN = 'ProgramAdmin'
ROLE_PROGRAM_TEAM = 'ProgramTeam'
Expand Down

0 comments on commit a062295

Please sign in to comment.