mirror of https://github.com/jumpserver/jumpserver
fix: 修复org admin ticket flow perm (#7765)
Co-authored-by: feng626 <1304903146@qq.com>pull/7770/head
parent
761265dec5
commit
cb072123d6
|
@ -86,6 +86,7 @@ only_system_permissions = (
|
|||
('terminal', 'replaystorage', '*', '*'),
|
||||
('terminal', 'status', '*', '*'),
|
||||
('terminal', 'task', '*', '*'),
|
||||
('tickets', 'ticketflow', '*', '*'),
|
||||
)
|
||||
|
||||
only_org_permissions = (
|
||||
|
|
Loading…
Reference in New Issue