fix: 修改replay download perm

pull/8119/head
feng626 2022-04-20 19:12:55 +08:00 committed by Jiangjie.Bai
parent e61bae5ee4
commit 74f88d842d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class SessionViewSet(OrgBulkModelViewSet):
] ]
extra_filter_backends = [DatetimeRangeFilter] extra_filter_backends = [DatetimeRangeFilter]
rbac_perms = { rbac_perms = {
'download': ['terminal.download_sessionreplay|terminal.view_sessionreplay'] 'download': ['terminal.download_sessionreplay']
} }
@staticmethod @staticmethod