fix: 去除系统用户资产相关权限

This commit is contained in:
Jiangjie.Bai
2022-03-17 14:36:38 +08:00
committed by Jiangjie.Bai
parent 5942037d81
commit 55a63477ed
3 changed files with 4 additions and 4 deletions

View File

@@ -324,9 +324,6 @@ class SystemUser(ProtocolMixin, AuthMixin, BaseUser):
unique_together = [('name', 'org_id')]
verbose_name = _("System user")
permissions = [
('view_systemuserasset', _('Can view system user asset')),
('add_systemuserasset', _('Can add asset to system user')),
('remove_systemuserasset', _('Can remove system user asset')),
('match_systemuser', _('Can match system user')),
]