Remove manual 'permissions' control from groups admin interface

- Does not actually *do* anything any more as the RuleSet approach overrides it anyway
This commit is contained in:
Oliver Walters 2020-10-04 12:19:56 +11:00
parent c19c014f55
commit cda52a58e3

View File

@ -34,7 +34,6 @@ class InvenTreeGroupAdminForm(forms.ModelForm):
fields = [
'name',
'users',
'permissions',
]
def __init__(self, *args, **kwargs):