mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 18:00:57 +00:00
fix: 修改站内信权限位
This commit is contained in:
committed by
Jiangjie.Bai
parent
08ff8fa285
commit
9654083662
@@ -43,8 +43,7 @@ class SystemMsgSubscriptionViewSet(ListModelMixin,
|
||||
'partial_update': SystemMsgSubscriptionSerializer
|
||||
}
|
||||
rbac_perms = {
|
||||
'list': 'settings.change_systemmsgsubscription',
|
||||
'update': 'settings.change_systemmsgsubscription'
|
||||
'*': 'settings.change_systemmsgsubscription'
|
||||
}
|
||||
|
||||
def list(self, request, *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user