From 5b960fc46bd3b1e93c20b2ceaa2bd2fdbb6d39b5 Mon Sep 17 00:00:00 2001 From: "Jiangjie.Bai" Date: Mon, 14 Mar 2022 17:40:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E8=B4=A6=E5=8F=B7=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/api/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/api/accounts.py b/apps/assets/api/accounts.py index 0a3fe3dfa..a60ff3e4f 100644 --- a/apps/assets/api/accounts.py +++ b/apps/assets/api/accounts.py @@ -64,7 +64,7 @@ class AccountViewSet(OrgBulkModelViewSet): 'verify_account': serializers.AssetTaskSerializer } rbac_perms = { - 'verify_account': 'assets.add_authbook' + 'verify_account': 'assets.test_authbook' } def get_queryset(self):