mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 15:11:27 +00:00
perf: 修改消息订阅
This commit is contained in:
@@ -43,7 +43,8 @@ class SystemMsgSubscriptionViewSet(ListModelMixin,
|
||||
'partial_update': SystemMsgSubscriptionSerializer
|
||||
}
|
||||
rbac_perms = {
|
||||
|
||||
'list': 'settings.change_systemmsgsubscription',
|
||||
'update': 'settings.change_systemmsgsubscription'
|
||||
}
|
||||
|
||||
def list(self, request, *args, **kwargs):
|
||||
|
Reference in New Issue
Block a user