fix: 修复org admin ticket flow perm (#7765)

Co-authored-by: feng626 <1304903146@qq.com>
pull/7770/head
fit2bot 2022-03-08 12:42:46 +08:00 committed by GitHub
parent 761265dec5
commit cb072123d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ only_system_permissions = (
('terminal', 'replaystorage', '*', '*'),
('terminal', 'status', '*', '*'),
('terminal', 'task', '*', '*'),
('tickets', 'ticketflow', '*', '*'),
)
only_org_permissions = (