fix: 工单权限位放到sys角色中

This commit is contained in:
Jiangjie.Bai
2022-03-18 17:32:31 +08:00
committed by Jiangjie.Bai
parent 996621f303
commit b8c083af7e
3 changed files with 3 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ only_system_permissions = (
('orgs', 'organization', '*', '*'),
('xpack', 'license', '*', '*'),
('settings', 'setting', '*', '*'),
('tickets', '*', '*', '*'),
('ops', 'task', 'view', 'taskmonitor'),
('terminal', 'terminal', '*', '*'),
('terminal', 'commandstorage', '*', '*'),