perf: playbook api 去掉多余的rbac_perms (#12813)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot 2024-03-14 14:27:31 +08:00 committed by GitHub
parent dcd7f9f7e6
commit 902fac61e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,6 @@ class PlaybookViewSet(OrgBulkModelViewSet):
class PlaybookFileBrowserAPIView(APIView):
rbac_perms = ()
permission_classes = (RBACPermission,)
rbac_perms = {
'GET': 'ops.change_playbook',