fix: 工单默认权限

pull/7898/head^2
feng626 2022-03-17 11:51:52 +08:00 committed by Jiangjie.Bai
parent a31c3ccc30
commit 8fe84345e4
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ user_perms = (
('assets', 'asset', 'match', 'asset'),
('assets', 'systemuser', 'match', 'systemuser'),
('assets', 'node', 'match', 'node'),
('applications', 'application', 'match', 'application'),
('tickets', 'ticket', 'view', 'ticket'),
('ops', 'commandexecution', 'add', 'commandexecution'),
('authentication', 'connectiontoken', 'add', 'connectiontoken'),
)