diff --git a/apps/rbac/const.py b/apps/rbac/const.py index 58887947c..5d6ae08ec 100644 --- a/apps/rbac/const.py +++ b/apps/rbac/const.py @@ -108,6 +108,7 @@ only_system_permissions = ( ('terminal', 'status', '*', '*'), ('terminal', 'task', '*', '*'), ('authentication', '*', '*', '*'), + ('tickets', '*', '*', '*'), ) only_org_permissions = (