Add new permission

This commit is contained in:
Montana
2019-01-07 16:11:07 -05:00
committed by leigh-mil
parent ef6d9a2c5f
commit 81af9f1c99
6 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
class Permissions(object):
VIEW_AUDIT_LOG = "view_audit_log"
VIEW_WORKSPACE_AUDIT_LOG = "view_workspace_audit_log"
REQUEST_JEDI_WORKSPACE = "request_jedi_workspace"
VIEW_ORIGINAL_JEDI_REQEUST = "view_original_jedi_request"
REVIEW_AND_APPROVE_JEDI_WORKSPACE_REQUEST = (