2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 04:26:44 +00:00

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 = [ fields = [
'name', 'name',
'users', 'users',
'permissions',
] ]
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):